Skip to content

Commit 676aa1f

Browse files
authored
chore: release 0.1.12 (#341)
## Summary - Bump the workspace version and release-please manifest to 0.1.12. - Update Cargo.lock for all workspace crates at 0.1.12. - Add the 0.1.12 changelog entry for fixes merged after v0.1.11, including the two non-conventional `Fix ...` commits that release-please did not parse. ## Verification - `just push -u origin manual/bump-0.1.12` - `cargo fix --allow-dirty --allow-staged` - `cargo clippy --fix --workspace --allow-dirty --allow-staged -- -D warnings` - `cargo fmt --all` - `cargo nextest run --workspace`: 5661 passed, 18 skipped Co-authored-by: zynx <>
1 parent 476b1cc commit 676aa1f

4 files changed

Lines changed: 35 additions & 22 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.11"}
1+
{".":"0.1.12"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.12](https://github.com/iOfficeAI/AionCore/compare/v0.1.11...v0.1.12) (2026-05-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **aionrs:** drop orphaned tool_call history on session resume (ELECTRON-1HV, ELECTRON-1J6) ([#330](https://github.com/iOfficeAI/AionCore/issues/330)) ([880722f](https://github.com/iOfficeAI/AionCore/commit/880722fd3b2f4e37fa5654cc5ed210cddbfd14b5))
9+
* **aionrs:** preserve tool call correlation across aborts ([#335](https://github.com/iOfficeAI/AionCore/issues/335)) ([d65c8ed](https://github.com/iOfficeAI/AionCore/commit/d65c8ed49be4a558aff99e907e359264d6729d1c))
10+
* **conversation:** unify provider/model resolution across send/cron paths (ELECTRON-1HX, ELECTRON-1HM) ([#326](https://github.com/iOfficeAI/AionCore/issues/326)) ([71e275a](https://github.com/iOfficeAI/AionCore/commit/71e275ae3295d88c9da5eacf9f959d4683b4043d))
11+
* split streamed message segments around tool boundaries ([#339](https://github.com/iOfficeAI/AionCore/issues/339)) ([476b1cc](https://github.com/iOfficeAI/AionCore/commit/476b1cc86f2adef8998477a666809dda50afca3e))
12+
* startup materialization and migration races ([#333](https://github.com/iOfficeAI/AionCore/issues/333)) ([bd26ccc](https://github.com/iOfficeAI/AionCore/commit/bd26ccc9e8b08e7ea953f03b383cff6f67e2acba))
13+
* **team-mcp:** use fixed server name to stay within 64-char tool limit (ELECTRON-1JY) ([#336](https://github.com/iOfficeAI/AionCore/issues/336)) ([eaa3aa0](https://github.com/iOfficeAI/AionCore/commit/eaa3aa098816191d8531ef0f1de12292e5e47cc5))
14+
* Windows release CRT linkage ([#332](https://github.com/iOfficeAI/AionCore/issues/332)) ([fb445da](https://github.com/iOfficeAI/AionCore/commit/fb445da48defb54769253ee8623b784f178a3d2e))
15+
316
## [0.1.11](https://github.com/iOfficeAI/AionCore/compare/v0.1.10...v0.1.11) (2026-05-25)
417

518

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ members = [
2424
]
2525

2626
[workspace.package]
27-
version = "0.1.11"
27+
version = "0.1.12"
2828
edition = "2024"
2929
license = "MIT"
3030

0 commit comments

Comments
 (0)