Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [2.2.0] - 2026-09-1 ([Milestone](https://github.com/touchlab/Kermit/milestone/5))
### Changed
- Added `kermit-coil3` extension for Coil3 support: [PR](https://github.com/touchlab/Kermit/pull/479)
- Added `WasmWasi` support to `kermit-core` and `kermit-test`: [PR](https://github.com/touchlab/Kermit/pull/484), [Issue](https://github.com/touchlab/Kermit/issues/481)
- Added `jvm`, `linux`, `mingwX64` and `Android Native` targets to the `kermit-ktor` module: [PR](https://github.com/touchlab/Kermit/pull/477), [Issue](https://github.com/touchlab/Kermit/issues/474)
- Updating `RollingFileLogWriter` to now Catch IO exceptions: [PR](https://github.com/touchlab/Kermit/pull/483), [Issue](https://github.com/touchlab/Kermit/issues/480)
- Fixing `LogcatWriter` failing issue with `UnsatisfiedLinkError`: [PR](https://github.com/touchlab/Kermit/pull/476), [Issue](https://github.com/touchlab/Kermit/issues/475)

## [2.1.0] - 2026-03-02
### Changed
- Fixed incorrect severity for `Logger.a` on Android
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx4g

RELEASE_SIGNING_ENABLED=true
GROUP=co.touchlab
VERSION_NAME=2.1.0
VERSION_NAME=2.2.0

POM_NAME=Kermit
POM_DESCRIPTION=Kermit The Log
Expand Down
30 changes: 15 additions & 15 deletions kotlin-js-store/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions kotlin-js-store/wasm/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading