Skip to content

Commit

Permalink
release: 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Jan 15, 2024
1 parent 5948a76 commit 0175699
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
Nothing Yet!


# Version 0.7.2 (2024-01-15)

This release contains a fix for certain ARM64 Linux builds.

## Fixes

Fixes a regression caused by an overly-strict check for the exit status of `ldd`. This primarily affected certain builds on ARM64 Linux and didn't affect builds on x86_64 Linux.

* impl @gankra [fix: ignore ldd status](https://github.com/axodotdev/cargo-dist/pull/711)


# Version 0.7.1 (2024-01-05)

This release lowers the MSRV for people who install with cargo-install.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-dist-schema/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-dist-schema"
description = "Schema information for cargo-dist's dist-manifest.json"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/cargo-dist"
Expand Down
4 changes: 2 additions & 2 deletions cargo-dist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cargo-dist"
description = "Shippable application packaging for Rust"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/axodotdev/cargo-dist"
Expand Down Expand Up @@ -34,7 +34,7 @@ axocli = { version = "0.1.1", optional = true }

# Features used by the cli and library
axotag = "0.1.0"
cargo-dist-schema = { version = "=0.7.1", path = "../cargo-dist-schema" }
cargo-dist-schema = { version = "=0.7.2", path = "../cargo-dist-schema" }

axoasset = { version = "0.6.1", features = ["json-serde", "toml-serde", "toml-edit", "compression"] }
axoprocess = { version = "0.1.0" }
Expand Down

0 comments on commit 0175699

Please sign in to comment.