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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion kiit-codes/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading