From d9108901658a86e71e90a06a877847a13d57c3f6 Mon Sep 17 00:00:00 2001 From: Peter Hebden Date: Mon, 10 Jul 2023 21:03:21 +0100 Subject: [PATCH] dev: bump version for 0.5 --- 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 215cce9..9efd1aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased](https://github.com/Piturnah/gex/compare/v0.4.0...main) +## [0.5.0](https://github.com/Piturnah/gex/compare/v0.4.0...v0.5.0) - 2023-07-10 ### Added - Scrolling on cursor movement if content goes off-screen ([#1](https://github.com/Piturnah/gex/issues/1)) - Config file to configure certain options diff --git a/Cargo.lock b/Cargo.lock index 48a192d..f419973 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,7 +246,7 @@ dependencies = [ [[package]] name = "gex" -version = "0.5.0-dev" +version = "0.5.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 8a64620..59b2dba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gex" -version = "0.5.0-dev" +version = "0.5.0" edition = "2021" categories = ["command-line-utilities", "development-tools"] description = "Git workflow improvement CLI tool inspired by Magit"