diff --git a/Cargo.lock b/Cargo.lock index 676d14e..aad8c80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2228,7 +2228,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ubi" -version = "0.2.4" +version = "0.3.0" dependencies = [ "anyhow", "async-trait", @@ -2261,7 +2261,7 @@ dependencies = [ [[package]] name = "ubi-cli" -version = "0.2.4" +version = "0.3.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1f7676f..3148192 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] diff --git a/Changes.md b/Changes.md index 3be4bc3..6c30835 100644 --- a/Changes.md +++ b/Changes.md @@ -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 diff --git a/ubi-cli/Cargo.toml b/ubi-cli/Cargo.toml index f192785..8625fac 100644 --- a/ubi-cli/Cargo.toml +++ b/ubi-cli/Cargo.toml @@ -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