Skip to content

Commit 54be9a5

Browse files
authored
chore: release 0.1.13 (#343)
## Summary - Bump the workspace version and release-please manifest to 0.1.13. - Update Cargo.lock for all workspace crates at 0.1.13. - Add the 0.1.13 changelog entry for the fix merged after v0.1.12. ## Verification - `git diff --check` - `cargo update --workspace` Note: full `just push` verification was intentionally skipped per request. Co-authored-by: zynx <>
1 parent 7aae690 commit 54be9a5

4 files changed

Lines changed: 29 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.12"}
1+
{".":"0.1.13"}

CHANGELOG.md

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

3+
## [0.1.13](https://github.com/iOfficeAI/AionCore/compare/v0.1.12...v0.1.13) (2026-05-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **conversation:** avoid thinking/text segment id collision ([#342](https://github.com/iOfficeAI/AionCore/issues/342)) ([7aae690](https://github.com/iOfficeAI/AionCore/commit/7aae690063be683101b7bacc8e916e9d2b990ede))
9+
310
## [0.1.12](https://github.com/iOfficeAI/AionCore/compare/v0.1.11...v0.1.12) (2026-05-26)
411

512

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.12"
27+
version = "0.1.13"
2828
edition = "2024"
2929
license = "MIT"
3030

0 commit comments

Comments
 (0)