diff --git a/CHANGELOG.md b/CHANGELOG.md index 02ae809..0eba4a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased](https://github.com/Piturnah/gex/compare/v0.3.5...master) +## [0.3.6](https://github.com/Piturnah/gex/compare/v0.3.5...v0.3.6) - 2022-12-28 ### Added - Optional argument for the repository path ### Fixed diff --git a/Cargo.lock b/Cargo.lock index c3c986c..0c09879 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -108,7 +108,7 @@ dependencies = [ [[package]] name = "gex" -version = "0.3.6-dev" +version = "0.3.6" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1414607..1c6fc6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gex" -version = "0.3.6-dev" +version = "0.3.6" edition = "2021" categories = ["command-line-utilities", "development-tools"] description = "Git workflow improvement CLI tool inspired by Magit"