diff --git a/CHANGELOG.md b/CHANGELOG.md index 349d782..c3b7708 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.2](https://github.com/jdx/usage/compare/v0.7.1..v0.7.2) - 2024-09-27 + +### 🔍 Other Changes + +- set GITHUB_TOKEN by [@jdx](https://github.com/jdx) in [fc7d06f](https://github.com/jdx/usage/commit/fc7d06ff15ca7b72d421fd3706c22b9e632b2224) +- fix codesign config by [@jdx](https://github.com/jdx) in [cf0b731](https://github.com/jdx/usage/commit/cf0b7311806d60b9d1e79c671958205156818311) + ## [0.7.1](https://github.com/jdx/usage/compare/v0.7.0..v0.7.1) - 2024-09-27 ### 🐛 Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index d578286..746a6b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,7 +1474,7 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "usage-cli" -version = "0.7.1" +version = "0.7.2" dependencies = [ "assert_cmd", "clap", @@ -1501,7 +1501,7 @@ dependencies = [ [[package]] name = "usage-lib" -version = "0.7.1" +version = "0.7.2" dependencies = [ "clap", "ctor", diff --git a/Cargo.toml b/Cargo.toml index a89eee1..6272668 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "MIT" [workspace.dependencies] usage-cli = { path = "./cli" } -usage-lib = { path = "./lib", version = "0.7.1", features = ["clap"] } +usage-lib = { path = "./lib", version = "0.7.2", features = ["clap"] } [workspace.metadata.release] allow-branch = ["main"] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 889193f..e36f837 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "usage-cli" edition = "2021" -version = "0.7.1" +version = "0.7.2" description = "CLI for working with usage-based CLIs" license = { workspace = true } authors = { workspace = true } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index d13ef3d..50048bf 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "usage-lib" edition = "2021" -version = "0.7.1" +version = "0.7.2" rust-version = "1.70.0" include = [ "/Cargo.toml",