Skip to content

Commit

Permalink
chore(release): Bump version 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Piturnah committed Nov 12, 2023
1 parent 150d67e commit 7c25d44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Changelog

## [Unreleased](https://github.com/Piturnah/gex/compare/v0.6.3...main)
## [0.6.4](https://github.com/Piturnah/gex/compare/v0.6.3...v0.6.4) - 2023-11-12
### Added
- Configuration options for navigation keymaps ([#77](https://github.com/Piturnah/gex/pull/77)), thanks **@LukeHalasy**!
- Config option `sort_branches` to sort the branch list by some key ([#84](https://github.com/Piturnah/gex/pull/84)), thanks **@LukeHalasy**!
- Press <kbd>e</kbd> to edit the currently selected file or hunk (for supported editors) ([#85](https://github.com/Piturnah/gex/issues/85))
- New config option: `options.editor`
### Fixed
- Minibuffer border messed up on terminal resize ([#65](https://github.com/Piturnah/gex/pull/65))
- Couldn't use <kbd>Esc</kbd> to cancel creating new branch ([#78](https://github.com/Piturnah/gex/issues/78))

## [0.6.3](https://github.com/Piturnah/gex/compare/v0.6.2...v0.6.3) - 2023-08-30
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gex"
version = "0.6.4-dev"
version = "0.6.4"
edition = "2021"
categories = ["command-line-utilities", "development-tools"]
description = "Git workflow improvement CLI tool inspired by Magit"
Expand Down

0 comments on commit 7c25d44

Please sign in to comment.