Skip to content

Commit e8bf014

Browse files
committed
chore: release v0.52.2
1 parent d0612f4 commit e8bf014

6 files changed

Lines changed: 26 additions & 10 deletions

File tree

CHANGELOG.md

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

3+
## [0.52.2] - 2026-05-11
4+
5+
### Bug Fixes
6+
7+
- *(profile-save)* Address suppression review feedback
8+
9+
10+
### Features
11+
12+
- *(profile-save)* Suppress save-profile prompts for denied paths
13+
14+
15+
### Miscellaneous
16+
17+
- Release v0.52.1
18+
319
## [0.52.1] - 2026-05-11
420

521
### Bug Fixes

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindings/c/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "nono_ffi"
1515
crate-type = ["cdylib", "staticlib"]
1616

1717
[dependencies]
18-
nono = { version = "0.52.1", path = "../../crates/nono", default-features = false }
18+
nono = { version = "0.52.2", path = "../../crates/nono", default-features = false }
1919

2020
[build-dependencies]
2121
cbindgen.workspace = true

crates/nono-cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nono-cli"
3-
version = "0.52.1"
3+
version = "0.52.2"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true
@@ -40,8 +40,8 @@ system-keyring = ["dep:keyring", "nono/system-keyring", "nono-proxy/system-keyri
4040
test-trust-overrides = []
4141

4242
[dependencies]
43-
nono = { version = "0.52.1", path = "../nono", default-features = false }
44-
nono-proxy = { version = "0.52.1", path = "../nono-proxy", default-features = false }
43+
nono = { version = "0.52.2", path = "../nono", default-features = false }
44+
nono-proxy = { version = "0.52.2", path = "../nono-proxy", default-features = false }
4545
clap = { version = "4", features = ["derive", "env"] }
4646
clap_complete = "4"
4747
colored = "3"

crates/nono-proxy/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nono-proxy"
3-
version = "0.52.1"
3+
version = "0.52.2"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true
@@ -18,7 +18,7 @@ default = ["system-keyring"]
1818
system-keyring = ["nono/system-keyring"]
1919

2020
[dependencies]
21-
nono = { version = "0.52.1", path = "../nono", default-features = false }
21+
nono = { version = "0.52.2", path = "../nono", default-features = false }
2222
tokio.workspace = true
2323
hyper.workspace = true
2424
hyper-util.workspace = true

crates/nono/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nono"
3-
version = "0.52.1"
3+
version = "0.52.2"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

0 commit comments

Comments
 (0)