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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.9"
".": "0.1.10"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down