From 0536772afaabcfe3211a65ebe6811f1e02dfa730 Mon Sep 17 00:00:00 2001 From: imamiland-bot <152510784+imamiland-bot@users.noreply.github.com> Date: Tue, 17 Sep 2024 01:50:48 +0000 Subject: [PATCH] chore(release): 1.1.3-next.1 [skip ci] --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 469efb7..89f47b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## [1.1.3-next.1](https://github.com/AliSajid/gh-bofh-rs/compare/v1.1.2...v1.1.3-next.1) (2024-09-17) +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.17 ([39cebe0](https://github.com/AliSajid/gh-bofh-rs/commit/39cebe04b21f6f72c50142949290f8f7609d8415)) ### Bug Fixes diff --git a/Cargo.lock b/Cargo.lock index fcac34b..b911072 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,7 +231,7 @@ dependencies = [ [[package]] name = "gh-bofh-rs" -version = "1.1.2-next.5" +version = "1.1.3-next.1" dependencies = [ "clap", "rand", diff --git a/Cargo.toml b/Cargo.toml index beb2266..eef866b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "gh-bofh-rs" -version = "1.1.2-next.4" +version = "1.1.3-next.1" edition = "2021" readme = "README.md" description = "A Rust implementation of the classic `bofh` command as a GitHub CLI extension."