Skip to content

Commit c53b7d9

Browse files
committed
release: 0.30.3
1 parent e9bf6ab commit c53b7d9

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
Nothing Yet!
44

55

6+
# Version 0.30.3 (2025-12-14)
7+
8+
This release contains a few minor bugfixes. It also updates dependencies, including a rimraf upgrade that resolves [a CVE in glob](https://security.snyk.io/vuln/SNYK-JS-GLOB-14040952). This vulnerability was not exploitable in the way dist used rimraf.
9+
10+
## Fixes
11+
12+
- impl @AThePeanut4 [fix: invalid file permissions when running the shell installer under `sudo`](https://github.com/axodotdev/cargo-dist/pull/2195)
13+
- impl @ryanobjc [fix: macOS codesigning configuration not being respected](https://github.com/axodotdev/cargo-dist/pull/2214)
14+
15+
Thanks to @zachstence for handling the rimraf/glob upgrade!
16+
617
# Version 0.30.2 (2025-10-31)
718

819
* When customizing when artifacts are attested, you can now use the `announce` phase.

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.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ edition = "2021"
1212
license = "MIT OR Apache-2.0"
1313
repository = "https://github.com/axodotdev/cargo-dist"
1414
homepage = "https://axodotdev.github.io/cargo-dist"
15-
version = "0.30.2"
15+
version = "0.30.3"
1616
rust-version = "1.74"
1717

1818
[workspace.dependencies]
1919
# intra-workspace deps (you need to bump these versions when you cut releases too!
20-
cargo-dist-schema = { version = "=0.30.2", path = "cargo-dist-schema" }
21-
axoproject = { version = "=0.30.2", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
20+
cargo-dist-schema = { version = "=0.30.3", path = "cargo-dist-schema" }
21+
axoproject = { version = "=0.30.3", path = "axoproject", default-features = false, features = ["cargo-projects", "generic-projects", "npm-projects"] }
2222

2323
# first-party deps
2424
axocli = { version = "0.3.0" }

0 commit comments

Comments
 (0)