diff --git a/.release-please-manifest.json b/.release-please-manifest.json index acbe2e7..fc5553b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.23.2" + ".": "0.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e96cece..e79d226 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.24.0](https://github.com/pmqueiroz/nova/compare/v0.23.2...v0.24.0) (2026-05-19) + + +### Features + +* **settings:** add About tab with brand and version ([4c833a5](https://github.com/pmqueiroz/nova/commit/4c833a51049fb1c9ca274d2c59eb593540bb5462)) + + +### Bug Fixes + +* **macos:** prevent premature expansion of NOVA_PROMPT_COMMAND in bash init ([38dfc8c](https://github.com/pmqueiroz/nova/commit/38dfc8cc370303eff579e48353c1a1c246c3a7ca)) + ## [0.23.2](https://github.com/pmqueiroz/nova/compare/v0.23.1...v0.23.2) (2026-05-18) diff --git a/Cargo.lock b/Cargo.lock index fa2350c..28f1001 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3043,7 +3043,7 @@ dependencies = [ [[package]] name = "nova" -version = "0.23.2" +version = "0.24.0" dependencies = [ "anthropic", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e2c2d71..3c40b17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nova" -version = "0.23.2" +version = "0.24.0" edition = "2024" description = "A GPU-accelerated terminal emulator" license = "MIT"