From f00f7203b5b17874ca988955a4dd52bde73fbb84 Mon Sep 17 00:00:00 2001 From: imamiland-bot <152510784+imamiland-bot@users.noreply.github.com> Date: Fri, 2 Aug 2024 03:40:03 +0000 Subject: [PATCH] chore(release): 1.1.2-next.2 [skip ci] --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f08dde7..aeaa245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2-next.2](https://github.com/AliSajid/gh-bofh-rs/compare/v1.1.2-next.1...v1.1.2-next.2) (2024-08-02) + + +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.13 ([9d40db4](https://github.com/AliSajid/gh-bofh-rs/commit/9d40db4a63d7213ef4e9c753890d16b408786a57)) + ## [1.1.2-next.1](https://github.com/AliSajid/gh-bofh-rs/compare/v1.1.1...v1.1.2-next.1) (2024-07-12) diff --git a/Cargo.lock b/Cargo.lock index c4bf8a5..fdd700e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,7 +231,7 @@ dependencies = [ [[package]] name = "gh-bofh-rs" -version = "1.1.2-next.1" +version = "1.1.2-next.2" dependencies = [ "clap", "rand", diff --git a/Cargo.toml b/Cargo.toml index 7b46e3a..ab73864 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ [package] name = "gh-bofh-rs" -version = "1.1.2-next.1" +version = "1.1.2-next.2" edition = "2021" readme = "README.md" description = "A Rust implementation of the classic `bofh` command as a GitHub CLI extension."