Skip to content

Commit f3376bd

Browse files
committed
Update version to 0.2.3 and add date to Changes.md
1 parent 8d19e2d commit f3376bd

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.2.2"
7+
version = "0.2.3"
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.2.3
1+
## 0.2.3 - 2024-11-22
22

33
- Fixed the code to detect whether the filename includes a version number that looks like an
44
extension. If the filename ended with the version, like `foo-1.2.3`, then this was not handled

ubi-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ log.workspace = true
1515
tempfile.workspace = true
1616
thiserror.workspace = true
1717
tokio.workspace = true
18-
ubi = { version = "0.2.2", path = "../ubi", features = ["default", "logging"] }
18+
ubi = { version = "0.2.3", path = "../ubi", features = ["default", "logging"] }
1919

2020
[[bin]]
2121
name = "ubi"

0 commit comments

Comments
 (0)