From 8e62285da1dfbf12a49d1e8b53c2e7a17d65b45f Mon Sep 17 00:00:00 2001 From: Peter Hebden Date: Wed, 30 Aug 2023 22:40:29 +0100 Subject: [PATCH] chore: bump version 0.6.2 -> 0.6.3 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17172a0..afe1824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased](https://github.com/Piturnah/gex/compare/v0.6.2...main) +## [0.6.3](https://github.com/Piturnah/gex/compare/v0.6.2...v0.6.3) - 2023-08-30 ### Fixed - Entering unreachable code on inserting trailing newline ([#62](https://github.com/Piturnah/gex/issues/62)) - Incorrect positioning of "new branch" prompt ([#63](https://github.com/Piturnah/gex/issues/63)) diff --git a/Cargo.lock b/Cargo.lock index d67664f..1c95dd9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -228,7 +228,7 @@ dependencies = [ [[package]] name = "gex" -version = "0.6.3-dev" +version = "0.6.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a5b6a0e..f9070d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gex" -version = "0.6.3-dev" +version = "0.6.3" edition = "2021" categories = ["command-line-utilities", "development-tools"] description = "Git workflow improvement CLI tool inspired by Magit"