Skip to content

Commit

Permalink
chore(release): prepare for v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Apr 17, 2024
1 parent 9e97e7c commit 8c33e4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
11 changes: 2 additions & 9 deletions .recent-changelog-entry
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
## [0.17.0] - 2024-04-17

### 🚀 Features

- Log whether config file is being loaded or not on startup (--log flag)
- Add blank lines between refs sections, don't show empty sections
- Segregate remotes into separate sections
- Make 3 sections in show refs screen: branches, remotes, tags
## [0.17.1] - 2024-04-17

### 🐛 Bug Fixes

- When head detached show "?" instead of "*" on target match; update tests
- Moving page up/down resulted in view being refreshed

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.17.1] - 2024-04-17

### 🐛 Bug Fixes

- Moving page up/down resulted in view being refreshed

## [0.17.0] - 2024-04-17

### 🚀 Features
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,7 +1,7 @@
[package]
name = "gitu"
description = "A git client inspired by Magit"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 8c33e4f

Please sign in to comment.