Skip to content

Commit 8d640b7

Browse files
committed
Bump version and add release date for 0.7.4
1 parent c535629 commit 8d640b7

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ edition = "2021"
44
license = "MIT OR Apache-2.0"
55
readme = "README.md"
66
repository = "https://github.com/houseabsolute/ubi"
7-
version = "0.7.3"
7+
version = "0.7.4"
88

99
[workspace]
1010
members = ["ubi", "ubi-cli"]

Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.7.4
1+
## 0.7.4 2025-08-24
22

33
- Changed macOS on ARM artifact name matching to look for "arm", not just "arm64", _before_ looking
44
for 64-bit names. This means that `ubi` will pick something like "foo-macos-arm.tgz" over

ubi-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ strum.workspace = true
1818
tempfile.workspace = true
1919
thiserror.workspace = true
2020
tokio.workspace = true
21-
ubi = { version = "0.7.3", path = "../ubi", features = ["default", "logging"] }
21+
ubi = { version = "0.7.4", path = "../ubi", features = ["default", "logging"] }
2222

2323
[dev-dependencies]
2424
which.workspace = true

0 commit comments

Comments
 (0)