Skip to content

Commit 1a9297e

Browse files
authored
chore(main): release 0.1.33 (#492)
## Summary - Bump the release manifest and workspace package version to 0.1.33. - Refresh Cargo.lock for the workspace crate version bump. - Add the 0.1.33 changelog entry for the Claude ACP 0.39.0 runtime pin. ## Test Plan - cargo metadata --format-version=1 --locked - cargo fmt --all -- --check - cargo test --workspace Co-authored-by: zynx <>
1 parent 134e5d1 commit 1a9297e

4 files changed

Lines changed: 30 additions & 23 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.32"}
1+
{".":"0.1.33"}

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.33](https://github.com/iOfficeAI/AionCore/compare/v0.1.32...v0.1.33) (2026-06-19)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **runtime:** pin Claude ACP to 0.39.0 ([#491](https://github.com/iOfficeAI/AionCore/issues/491)) ([134e5d1](https://github.com/iOfficeAI/AionCore/commit/134e5d1eeed7890cc11534ac703c7fa2cb4e085c))
9+
310
## [0.1.32](https://github.com/iOfficeAI/AionCore/compare/v0.1.31...v0.1.32) (2026-06-18)
411

512

Cargo.lock

Lines changed: 21 additions & 21 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
@@ -25,7 +25,7 @@ members = [
2525
]
2626

2727
[workspace.package]
28-
version = "0.1.32"
28+
version = "0.1.33"
2929
edition = "2024"
3030
license = "MIT"
3131

0 commit comments

Comments
 (0)