mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
prepare for release
This commit is contained in:
parent
0ca82aba46
commit
40cd72abfc
1 changed files with 3 additions and 4 deletions
|
|
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## [0.23.0] - 2022-06-19
|
||||||
|
|
||||||
**reset to commit**
|
**reset to commit**
|
||||||
|
|
||||||

|

|
||||||
|
|
@ -19,9 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Changed
|
|
||||||
* minimum supported rust version bumped to 1.65 (thank you `time`)
|
|
||||||
|
|
||||||
### Breaking Change
|
### Breaking Change
|
||||||
* `focus_XYZ` key bindings are merged into the `move_XYZ` set, so only one way to bind arrow-like keys from now on ([#1539](https://github.com/extrawurst/gitui/issues/1539))
|
* `focus_XYZ` key bindings are merged into the `move_XYZ` set, so only one way to bind arrow-like keys from now on ([#1539](https://github.com/extrawurst/gitui/issues/1539))
|
||||||
|
|
||||||
|
|
@ -57,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
* add support for options handling in log and stashes views [[@kamillo](https://github.com/kamillo)] ([#1661](https://github.com/extrawurst/gitui/issues/1661))
|
* add support for options handling in log and stashes views [[@kamillo](https://github.com/kamillo)] ([#1661](https://github.com/extrawurst/gitui/issues/1661))
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* minimum supported rust version bumped to 1.64 (thank you `clap`)
|
* minimum supported rust version bumped to 1.65 (thank you `time` crate)
|
||||||
|
|
||||||
## [0.22.1] - 2022-11-22
|
## [0.22.1] - 2022-11-22
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue