diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c62648..36e315a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/Piturnah/gex/compare/v0.6.1...main) +## [0.6.2](https://github.com/Piturnah/gex/compare/v0.6.1...v0.6.2) - 2023-08-10 ### Added -- Support for hex strings (#RRGGBB) in config file for colour themes ([#51](https://github.com/Piturnah/gex/issues/51)) +- Support for hex strings (`#RRGGBB`) in config file for colour themes ([#51](https://github.com/Piturnah/gex/issues/51)) ## [0.6.1](https://github.com/Piturnah/gex/compare/v0.6.0...v0.6.1) - 2023-08-05 ### Added diff --git a/Cargo.lock b/Cargo.lock index 8e2d213..a872ddf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ dependencies = [ [[package]] name = "gex" -version = "0.6.2-dev" +version = "0.6.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 927f4e5..5092bb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gex" -version = "0.6.2-dev" +version = "0.6.2" edition = "2021" categories = ["command-line-utilities", "development-tools"] description = "Git workflow improvement CLI tool inspired by Magit"