diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b5f714f5..4a8e97c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.9" + ".": "0.1.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2484fb7b..46c5c8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.1.10](https://github.com/forkwright/harmonia/compare/v0.1.9...v0.1.10) (2026-05-22) + + +### Features + +* **_llm:** add T0 corpus per [#667](https://github.com/forkwright/harmonia/issues/667) / [#673](https://github.com/forkwright/harmonia/issues/673) fleet rollout ([#18](https://github.com/forkwright/harmonia/issues/18)) ([53892ea](https://github.com/forkwright/harmonia/commit/53892ea4f0b06251102dcaf9a9c8473c73d241a6)) + + +### Bug Fixes + +* **archon,akouo-core:** green kanon-lint stage ([#12](https://github.com/forkwright/harmonia/issues/12)) ([8db2590](https://github.com/forkwright/harmonia/commit/8db259084164a98a6f872fc865a1b80eeaf9d9b6)) +* **archon:** replace production unwraps ([#236](https://github.com/forkwright/harmonia/issues/236)) ([d3f3321](https://github.com/forkwright/harmonia/commit/d3f332174b1a4468180402926ab17453e6dc5580)) +* convert 4 #[allow] to #[expect] — unblock main kanon-lint ([#8](https://github.com/forkwright/harmonia/issues/8)) ([64aa264](https://github.com/forkwright/harmonia/commit/64aa26427f0a1d908106b2dffd659aebb13d0d5b)) +* **lint:** clear the 40 kanon-lint violations blocking main CI ([#6](https://github.com/forkwright/harmonia/issues/6)) ([2051541](https://github.com/forkwright/harmonia/commit/2051541448e2a343084046e09bcfbcc9c762af30)) +* **paroche:** encode kosync sha1 hashes explicitly ([#237](https://github.com/forkwright/harmonia/issues/237)) ([f481f57](https://github.com/forkwright/harmonia/commit/f481f570577bac035d67d0a026caffea995e3d69)) + ## [0.1.9](https://github.com/forkwright/harmonia/compare/v0.1.8...v0.1.9) (2026-04-22) diff --git a/Cargo.toml b/Cargo.toml index e5ff391d..18f5bce7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ exclude = [ ] [workspace.package] -version = "0.1.9" +version = "0.1.10" edition = "2024" rust-version = "1.85" license = "AGPL-3.0-or-later"