From 131fc97dd70260758a11f145733284a0e3f2ed90 Mon Sep 17 00:00:00 2001 From: mise-en-dev Date: Fri, 27 Sep 2024 18:34:26 -0500 Subject: [PATCH] chore: release v0.8.0 (#114) --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d22925..5910616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.8.0](https://github.com/jdx/usage/compare/v0.7.4..v0.8.0) - 2024-09-27 + +### 🚀 Features + +- basic support for markdown generation in lib by [@jdx](https://github.com/jdx) in [de004c8](https://github.com/jdx/usage/commit/de004c87890bda993288503fe49e02b342c72487) + +### 🔍 Other Changes + +- enable aur publishing by [@jdx](https://github.com/jdx) in [0049e95](https://github.com/jdx/usage/commit/0049e950001bf8a9dfb350d5e675c474f6958d18) + ## [0.7.4](https://github.com/jdx/usage/compare/v0.7.3..v0.7.4) - 2024-09-27 ### 🔍 Other Changes diff --git a/Cargo.lock b/Cargo.lock index 8c74a35..1f534d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1474,7 +1474,7 @@ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "usage-cli" -version = "0.7.4" +version = "0.8.0" dependencies = [ "assert_cmd", "clap", @@ -1501,7 +1501,7 @@ dependencies = [ [[package]] name = "usage-lib" -version = "0.7.4" +version = "0.8.0" dependencies = [ "clap", "ctor", diff --git a/Cargo.toml b/Cargo.toml index 8d28a02..27ddfdf 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.4", features = ["clap"] } +usage-lib = { path = "./lib", version = "0.8.0", features = ["clap"] } [workspace.metadata.release] allow-branch = ["main"] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 83b37c3..8363be1 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "usage-cli" edition = "2021" -version = "0.7.4" +version = "0.8.0" 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 1dfe9ac..b070ff7 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "usage-lib" edition = "2021" -version = "0.7.4" +version = "0.8.0" rust-version = "1.70.0" include = [ "/Cargo.toml",