Skip to content

Commit 76002f1

Browse files
author
Stephan Dilly
committed
update changelog, fix dates
1 parent b59e050 commit 76002f1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [0.16.0] - 2021-05-28
11+
1012
**merge branch, merge commit**
1113

1214
![merge-commit](assets/merge-commit-abort.gif)
@@ -41,7 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4143
- selected-tab color broken in light theme [[@Cottser](https://github.com/Cottser)] ([#719](https://github.com/extrawurst/gitui/issues/719))
4244
- proper tmp file location to externally edit commit msg ([#518](https://github.com/extrawurst/gitui/issues/518))
4345

44-
## [0.15.0] - 2020-04-27
46+
## [0.15.0] - 2021-04-27
4547

4648
**file blame**
4749

@@ -62,7 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6264
- cleanup some stringly typed code [[@wandernauta](https://github.com/wandernauta)] ([#655](https://github.com/extrawurst/gitui/issues/655))
6365
- introduce EventState enum (removing bool for even propagation) [[@tisorlawan](https://github.com/tisorlawan)] ([#665](https://github.com/extrawurst/gitui/issues/665))
6466

65-
## [0.14.0] - 2020-04-11
67+
## [0.14.0] - 2021-04-11
6668

6769
### Added
6870
- `[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/extrawurst/gitui/issues/595))
@@ -80,7 +82,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8082
- fixed panic when staging lines involving missing newline eof ([#605](https://github.com/extrawurst/gitui/issues/605))
8183
- fixed pull/fetch deadlocking when it fails ([#624](https://github.com/extrawurst/gitui/issues/624))
8284

83-
## [0.13.0] - 2020-03-15 - Happy Birthday GitUI 🥳
85+
## [0.13.0] - 2021-03-15 - Happy Birthday GitUI 🥳
8486

8587
Thanks for your interest and support over this year! Read more about the 1 year anniversary reflections of this project on my [blog](https://blog.extrawurst.org/general/programming/rust/2021/03/15/gitui-a-year-in-opensource.html).
8688

@@ -108,7 +110,7 @@ Thanks for your interest and support over this year! Read more about the 1 year
108110
- fix pull deadlocking when aborting credentials input ([#586](https://github.com/extrawurst/gitui/issues/586))
109111
- error diagnostics for config loading ([#589](https://github.com/extrawurst/gitui/issues/589))
110112

111-
## [0.12.0] - 2020-03-03
113+
## [0.12.0] - 2021-03-03
112114

113115
**pull support (ff-merge or conflict-free merge-commit)**
114116

@@ -138,7 +140,7 @@ Thanks for your interest and support over this year! Read more about the 1 year
138140
- compilation broken on freebsd ([#461](https://github.com/extrawurst/gitui/issues/461))
139141
- don’t fail if `user.name` is not set [[@cruessler](https://github.com/cruessler)] ([#79](https://github.com/extrawurst/gitui/issues/79)) ([#228](https://github.com/extrawurst/gitui/issues/228))
140142

141-
## [0.11.0] - 2020-12-20
143+
## [0.11.0] - 2021-12-20
142144

143145
### Added
144146
- push to remote ([#265](https://github.com/extrawurst/gitui/issues/265)) ([#267](https://github.com/extrawurst/gitui/issues/267))

0 commit comments

Comments
 (0)