Skip to content

Commit 850dab2

Browse files
committed
Bump version and add release date to Changes.md
1 parent 1b802ea commit 850dab2

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.6.1"
7+
version = "0.7.0"
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.6.2
1+
## 0.7.0 2025-06-08
22

33
- Added a new `--matching-regex` CLI flag and `UbiBuilder::matching_regex` method. This regex is
44
matched against potential release filenames _before_ attempting to find a release with a matching

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.6.1", path = "../ubi", features = ["default", "logging"] }
19+
ubi = { version = "0.7.0", path = "../ubi", features = ["default", "logging"] }
2020

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

0 commit comments

Comments
 (0)