Skip to content

Commit f96a9c4

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

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.5.2"
7+
version = "0.6.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.0
1+
## 0.6.0 2025-03-16
22

33
- The `UbiBuilder::github_token` and `UbiBuilder::gitlab_token` methods are deprecated in favor of a
44
new ``UbiBuilder::token` method. These deprecated methods will be removed in a future release.

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

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

0 commit comments

Comments
 (0)