Skip to content

Commit c4b25b8

Browse files
committed
chore: release v0.53.0
1 parent 214edc3 commit c4b25b8

6 files changed

Lines changed: 34 additions & 10 deletions

File tree

CHANGELOG.md

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

3+
## [0.53.0] - 2026-05-11
4+
5+
### Bug Fixes
6+
7+
- Absolute match / 2 matches = deny / no match = passthrough w no creds
8+
9+
- Review comments
10+
11+
- Return full failure diagnostic
12+
13+
- *(sandbox)* Cache Landlock ABI detection with OnceLock
14+
15+
16+
### Features
17+
18+
- Fix upstream TLS trust, intercept auth, and multi-route dispatch.
19+
20+
- *(core)* Scrub command arguments for secrets
21+
22+
23+
### Refactoring
24+
25+
- *(scrub)* Optimize and simplify scrubbing logic
26+
327
## [0.52.2] - 2026-05-11
428

529
### 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.2", path = "../../crates/nono", default-features = false }
18+
nono = { version = "0.53.0", 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.2"
3+
version = "0.53.0"
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.2", path = "../nono", default-features = false }
44-
nono-proxy = { version = "0.52.2", path = "../nono-proxy", default-features = false }
43+
nono = { version = "0.53.0", path = "../nono", default-features = false }
44+
nono-proxy = { version = "0.53.0", 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.2"
3+
version = "0.53.0"
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.2", path = "../nono", default-features = false }
21+
nono = { version = "0.53.0", 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.2"
3+
version = "0.53.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

0 commit comments

Comments
 (0)