diff --git a/CHANGELOG.md b/CHANGELOG.md index d88f065..f9111c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ All notable changes to kiit-codes are documented here. Format follows ## [1.0.1] - 2026-08-15 ### Fixed -- `OMITTED`'s message corrected to stay neutral about cause, no longer implies the item was +- Excluded Group's `OMITTED`'s message corrected to stay neutral about cause, no longer implies the item was actively left out. ## [1.0.0] - 2026-08-14 diff --git a/README.md b/README.md index 048974e..105c263 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ A fixed taxonomy provides consistent classification, extensible codes preserve d ```kotlin dependencies { - implementation("dev.kiit:kiit-codes:0.1.2") + implementation("dev.kiit:kiit-codes:1.0.1") } ``` diff --git a/kiit-codes/build.gradle.kts b/kiit-codes/build.gradle.kts index d6b7090..81559e5 100644 --- a/kiit-codes/build.gradle.kts +++ b/kiit-codes/build.gradle.kts @@ -13,7 +13,7 @@ plugins { // Single source of truth for the published version — feeds Maven Central (below), the JS // package.json (in the js(IR) block below), and the release workflow's printVersion task, so // the git tag, GitHub release, Maven artifact, and npm package version can never drift apart. -val libraryVersion = "1.0.0" +val libraryVersion = "1.0.1" kotlin { jvm {