diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 727e2be..7b5cb64 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.14.0" + ".": "0.14.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 328e081..9ea67e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.1](https://github.com/feliperbroering/eai/compare/v0.14.0...v0.14.1) (2026-04-16) + + +### Bug Fixes + +* improve exit status UX and action bar responsiveness ([0b92029](https://github.com/feliperbroering/eai/commit/0b92029e73d81c6d3cb8021b30a4bd2accea22fc)) + ## [0.14.0](https://github.com/feliperbroering/eai/compare/v0.13.0...v0.14.0) (2026-04-15) diff --git a/Cargo.lock b/Cargo.lock index 79ae190..46c9843 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -468,7 +468,7 @@ dependencies = [ [[package]] name = "eai" -version = "0.14.0" +version = "0.14.1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 12e024e..cb82915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eai" -version = "0.14.0" +version = "0.14.1" edition = "2024" rust-version = "1.85" description = "Natural language to shell commands"