diff --git a/CHANGELOG.md b/CHANGELOG.md index 495162e..bbe2e98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ versions, not published artifacts, so the release below is the first one a reade ## [Unreleased] +## [0.1.2] - 2026-09-14 + +### Changed + +- The crate and binary version now match the published release tag. + ### Removed - `.cursor/hooks.json`, an editor hook that ran `cargo check --message-format=short` after every file diff --git a/Cargo.lock b/Cargo.lock index fa456d3..4d386b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ dependencies = [ [[package]] name = "grainx" -version = "0.1.0" +version = "0.1.2" dependencies = [ "axum", "chrono", diff --git a/Cargo.toml b/Cargo.toml index e6b8ff1..ac0168b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grainx" -version = "0.1.0" +version = "0.1.2" edition = "2024" rust-version = "1.88"