Skip to content

Commit

Permalink
Bump version and add release date to Changes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 18, 2025
1 parent e9d9208 commit b91656f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/houseabsolute/ubi"
version = "0.4.0"
version = "0.4.1"

[workspace]
members = ["ubi", "ubi-cli"]
Expand Down
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## $NEXT
## 0.4.1 - 2025-01-18

- Fixed a bug where `ubi` where zip files containing a directory that matched the expected
executable name caused `ubi` to extract the directory instead of the actual executable, resulting
Expand Down
2 changes: 1 addition & 1 deletion ubi-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ strum.workspace = true
tempfile.workspace = true
thiserror.workspace = true
tokio.workspace = true
ubi = { version = "0.4.0", path = "../ubi", features = ["default", "logging"] }
ubi = { version = "0.4.1", path = "../ubi", features = ["default", "logging"] }

[dev-dependencies]
which.workspace = true
Expand Down

0 comments on commit b91656f

Please sign in to comment.