Skip to content

Commit 084638b

Browse files
authored
chore: release v0.63.0 (#1161)
Signed-off-by: Aleksy Siek <aleksy@alwaysfurther.ai>
1 parent 4ad8ba9 commit 084638b

6 files changed

Lines changed: 112 additions & 10 deletions

File tree

CHANGELOG.md

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

3+
## [0.63.0] - 2026-06-15
4+
5+
### Bug Fixes
6+
7+
- *(proxy)* Keep connection open for reactive proxy auth on CONNECT (#1151) ([#1151](https://github.com/always-further/nono/pull/1151))
8+
9+
- Report the actual blocked operation instead of the readable target path in sandbox denial diagnostics (#1150) ([#1150](https://github.com/always-further/nono/pull/1150))
10+
11+
- *(linux)* Trap sendto/sendmsg to prevent AF_UNIX datagram bypass (#1096) ([#1096](https://github.com/always-further/nono/pull/1096))
12+
13+
- *(cli)* Accept truthy env values for bool flags (#1136) ([#1136](https://github.com/always-further/nono/pull/1136))
14+
15+
- Replace stale nono.dev schema domains with nono.sh
16+
17+
- *(audit)* Address ledger review and clippy
18+
19+
- Write cargo vendor config for copr srpms
20+
21+
- *(aur)* Skip ssh-keyscan banner lines in host key check
22+
23+
24+
### Build
25+
26+
- Add copr source rpm packaging (#1075) ([#1075](https://github.com/always-further/nono/pull/1075))
27+
28+
29+
### CI/CD
30+
31+
- Use actions/attest
32+
33+
34+
### Dependencies
35+
36+
- *(deps)* Bump ignore from 0.4.25 to 0.4.26 (#1160) ([#1160](https://github.com/always-further/nono/pull/1160))
37+
38+
- *(deps)* Bump chrono from 0.4.44 to 0.4.45 (#1159) ([#1159](https://github.com/always-further/nono/pull/1159))
39+
40+
- *(deps)* Bump time from 0.3.47 to 0.3.49 (#1158) ([#1158](https://github.com/always-further/nono/pull/1158))
41+
42+
- *(deps)* Bump zeroize from 1.8.2 to 1.9.0 (#1157) ([#1157](https://github.com/always-further/nono/pull/1157))
43+
44+
- *(deps)* Bump typify from 0.6.2 to 0.7.0 (#1156) ([#1156](https://github.com/always-further/nono/pull/1156))
45+
46+
- *(deps)* Bump actions/checkout from 6.0.2 to 6.0.3
47+
48+
- *(deps)* Bump x509-parser from 0.16.0 to 0.18.1
49+
50+
- *(deps)* Bump cbindgen from 0.29.2 to 0.29.3
51+
52+
- *(deps)* Bump hyper from 1.9.0 to 1.10.1
53+
54+
55+
### Documentation
56+
57+
- Document diagnostics.suppress_system_services for macOS (#1076) (#1138) ([#1138](https://github.com/always-further/nono/pull/1138))
58+
59+
- *(readme)* Update agent commands and enhance feature descriptions (#1145) ([#1145](https://github.com/always-further/nono/pull/1145))
60+
61+
- *(readme)* Refine project description and history (#1143) ([#1143](https://github.com/always-further/nono/pull/1143))
62+
63+
- *(readme)* Update agent package publishing link (#1142) ([#1142](https://github.com/always-further/nono/pull/1142))
64+
65+
- *(cli-quickstart)* Add profile usage to quickstart guide
66+
67+
- Add copr installation instructions
68+
69+
70+
### Features
71+
72+
- *(cli)* Move runtime state to XDG state dirs (#1152) ([#1152](https://github.com/always-further/nono/pull/1152))
73+
74+
- Add $PACK_DIR support to session_hooks for store pack support (#1073) ([#1073](https://github.com/always-further/nono/pull/1073))
75+
76+
- *(keyring)* Add NONO_KEYRING_TIMEOUT_SECS for keychain access (#977) ([#977](https://github.com/always-further/nono/pull/977))
77+
78+
- *(environment)* Add set_vars for static env injection (#1134) ([#1134](https://github.com/always-further/nono/pull/1134))
79+
80+
- *(pack-verification)* Skip pack verification on dry runs
81+
82+
83+
### Miscellaneous
84+
85+
- *(project)* Add new issue template for agent package requests (#1081) ([#1081](https://github.com/always-further/nono/pull/1081))
86+
87+
88+
### Refactoring
89+
90+
- *(diagnostic)* Move diagnostic UX out of core nono crate (#1155) ([#1155](https://github.com/always-further/nono/pull/1155))
91+
92+
- *(pull_ui)* Remove sigstore provenance display (#1144) ([#1144](https://github.com/always-further/nono/pull/1144))
93+
94+
- *(profiles)* Standardize profile names with namespace
95+
96+
- *(audit-ledger)* Move audit ledger logic to library crate
97+
98+
- *(audit)* Move audit integrity logic to nono crate
99+
100+
101+
### Testing
102+
103+
- *(wsl2)* Fix has_landlock_network V4+ detection
104+
3105
## [0.62.0] - 2026-06-07
4106

5107
### 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.62.0", path = "../../crates/nono", default-features = false }
18+
nono = { version = "0.63.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.62.0"
3+
version = "0.63.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true
@@ -41,8 +41,8 @@ system-keyring = ["dep:keyring", "nono/system-keyring", "nono-proxy/system-keyri
4141
test-trust-overrides = []
4242

4343
[dependencies]
44-
nono = { version = "0.62.0", path = "../nono", default-features = false }
45-
nono-proxy = { version = "0.62.0", path = "../nono-proxy", default-features = false }
44+
nono = { version = "0.63.0", path = "../nono", default-features = false }
45+
nono-proxy = { version = "0.63.0", path = "../nono-proxy", default-features = false }
4646
clap = { version = "4", features = ["derive", "env"] }
4747
clap_complete = "4"
4848
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.62.0"
3+
version = "0.63.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.62.0", path = "../nono", default-features = false }
21+
nono = { version = "0.63.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.62.0"
3+
version = "0.63.0"
44
edition.workspace = true
55
rust-version.workspace = true
66
authors.workspace = true

0 commit comments

Comments
 (0)