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"