You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+
## [0.23.0] - 2022-06-19
11
+
10
12
**reset to commit**
11
13
12
14

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

21
23
22
-
### Changed
23
-
* minimum supported rust version bumped to 1.65 (thank you `time`)
24
-
25
24
### Breaking Change
26
25
*`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))
27
26
@@ -57,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57
56
* add support for options handling in log and stashes views [[@kamillo](https://github.com/kamillo)] ([#1661](https://github.com/extrawurst/gitui/issues/1661))
58
57
59
58
### Changed
60
-
* minimum supported rust version bumped to 1.64 (thank you `clap`)
59
+
* minimum supported rust version bumped to 1.65 (thank you `time` crate)
0 commit comments