Skip to content

Commit 00046a1

Browse files
committed
Bump version and add release date for 0.8.4
1 parent 6d37bc1 commit 00046a1

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

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.8.3"
7+
version = "0.8.4"
88

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

Changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## 0.8.3 2025-11-01
22

3+
- This is the same as 0.8.3, but I had to publish this with a new tag because of a failed experiment
4+
with using GitHub's new immutable releases feature.
5+
6+
## 0.8.3 2025-11-01
7+
38
- Fixed a bug where `ubi` would pick an asset with `64` in the name when trying to pick the best
49
match on a 64-bit platform. This could include things like `project-Linux-1.64.0.tgz`, where the
510
`64` is part of the version. Now it uses a pickier regex that looks for actual CPU architecture

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.8.3", path = "../ubi", features = ["default", "logging"] }
21+
ubi = { version = "0.8.4", path = "../ubi", features = ["default", "logging"] }
2222

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

0 commit comments

Comments
 (0)