From cb7531f148a04908147488da4dc5577191a24add Mon Sep 17 00:00:00 2001 From: Emanuele Panigati Date: Sat, 21 Sep 2024 20:23:01 +0200 Subject: [PATCH] JiRust-CLI - Bumped version to 0.9.3 Signed-off-by: Emanuele Panigati --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- jirust-cli/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895b5d6..05726d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. ## [Unreleased] +## [0.9.3] 2024-09-21 +### Fixed +- Fixed a wrong code merge that causes the build to fail + +### Changed +- Centered the logo in the README.md + ## [0.9.2] 2024-09-21 ### Changed - Minor changes to the README.md diff --git a/Cargo.lock b/Cargo.lock index 5ca3b3e..92ad8dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -770,7 +770,7 @@ dependencies = [ [[package]] name = "jirust-cli" -version = "0.9.2" +version = "0.9.3" dependencies = [ "base64", "chrono", diff --git a/jirust-cli/Cargo.toml b/jirust-cli/Cargo.toml index 84cffd9..33f65d5 100644 --- a/jirust-cli/Cargo.toml +++ b/jirust-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jirust-cli" -version = "0.9.2" +version = "0.9.3" edition = "2021" rust-version = "1.80.1" authors = ["Emanuele Panigati "]