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 Dec 26, 2024
1 parent 7be5bf3 commit 8a9e6d4
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.2.4"
version = "0.3.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.3.0
## 0.3.0 - 2024-12-26

- `ubi` now works with GitLab in addition to GitHub. For the command-line program, if the value you
pass to `--project` has a `gitlab.com` domain, like `https://gitlab.com/gitlab-org/cli`, this will
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.2.4", path = "../ubi", features = ["default", "logging"] }
ubi = { version = "0.3.0", path = "../ubi", features = ["default", "logging"] }

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

0 comments on commit 8a9e6d4

Please sign in to comment.