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 3, 2025
1 parent b0e274f commit 09b8c86
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.3.0"
version = "0.4.0"

[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 @@
## 0.4.0
## 0.4.0 - 2025-01-03

- The `ubi` CLI tool now takes an optional `--extract-all` argument. If this is passed, it will only
look for archive files and it will extract the entire contents of an archive it finds. There is
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.3.0", path = "../ubi", features = ["default", "logging"] }
ubi = { version = "0.4.0", path = "../ubi", features = ["default", "logging"] }

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

0 comments on commit 09b8c86

Please sign in to comment.