Skip to content

Commit 0ad2769

Browse files
chore(main): release 0.1.14 (#345)
🤖 I have created a release *beep* *boop* --- ## [0.1.14](v0.1.13...v0.1.14) (2026-05-27) ### Bug Fixes * preserve cron timezone on legacy schedule updates ([#344](#344)) ([6328b76](6328b76)) * **startup:** add backend readiness diagnostics ([#346](#346)) ([ae8e01c](ae8e01c)) ### Code Refactoring * four-layer architecture (connect / conv / biz) ([#349](#349)) ([2a11285](2a11285)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bd7f413 commit 0ad2769

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.13"}
1+
{".":"0.1.14"}

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.14](https://github.com/iOfficeAI/AionCore/compare/v0.1.13...v0.1.14) (2026-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* preserve cron timezone on legacy schedule updates ([#344](https://github.com/iOfficeAI/AionCore/issues/344)) ([6328b76](https://github.com/iOfficeAI/AionCore/commit/6328b7683133a6f74e87add6c11386ebbb0dad49))
9+
* **startup:** add backend readiness diagnostics ([#346](https://github.com/iOfficeAI/AionCore/issues/346)) ([ae8e01c](https://github.com/iOfficeAI/AionCore/commit/ae8e01c927118779bbad64da42a6b81aef27e9c9))
10+
11+
12+
### Code Refactoring
13+
14+
* four-layer architecture (connect / conv / biz) ([#349](https://github.com/iOfficeAI/AionCore/issues/349)) ([2a11285](https://github.com/iOfficeAI/AionCore/commit/2a11285e316ffc7f0076d385dad8e09a4af2de4b))
15+
316
## [0.1.13](https://github.com/iOfficeAI/AionCore/compare/v0.1.12...v0.1.13) (2026-05-26)
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.13"
27+
version = "0.1.14"
2828
edition = "2024"
2929
license = "MIT"
3030

0 commit comments

Comments
 (0)