Skip to content

Commit b91656f

Browse files
committed
Bump version and add release date to Changes.md
1 parent e9d9208 commit b91656f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.4.0"
7+
version = "0.4.1"
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-
## $NEXT
1+
## 0.4.1 - 2025-01-18
22

33
- Fixed a bug where `ubi` where zip files containing a directory that matched the expected
44
executable name caused `ubi` to extract the directory instead of the actual executable, resulting

ubi-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ strum.workspace = true
1616
tempfile.workspace = true
1717
thiserror.workspace = true
1818
tokio.workspace = true
19-
ubi = { version = "0.4.0", path = "../ubi", features = ["default", "logging"] }
19+
ubi = { version = "0.4.1", path = "../ubi", features = ["default", "logging"] }
2020

2121
[dev-dependencies]
2222
which.workspace = true

0 commit comments

Comments
 (0)