diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b3872c..29c29a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased](https://github.com/Piturnah/gex/compare/v0.3.8...master) +## [0.4.0](https://github.com/Piturnah/gex/compare/v0.3.8...v0.4.0) ### Added - Counts indicating the number of staged/unstaged changes - Improvements to minibuffer diff --git a/Cargo.lock b/Cargo.lock index 1e3f2a1..7b05d36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "gex" -version = "0.4.0-dev" +version = "0.4.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6fc225f..f0b9fe3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gex" -version = "0.4.0-dev" +version = "0.4.0" edition = "2021" categories = ["command-line-utilities", "development-tools"] description = "Git workflow improvement CLI tool inspired by Magit"