Skip to content

Commit

Permalink
chore(release): prepare for v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Apr 21, 2024
1 parent 5d89ece commit 650beb1
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
12 changes: 10 additions & 2 deletions .recent-changelog-entry
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
## [0.18.4] - 2024-04-20
## [0.19.0] - 2024-04-21

### 🚀 Features

- Move to parent section with alt+h
- Move to next/prev sections with alt+j and alt+k
- On MacOS: load `~/.config/gitu/config.toml` instead of `~/Library/Application Support/gitu/config.toml`
- Add Revert commit/abort/continue
- Show revert status

### 🐛 Bug Fixes

- *(ci)* Release dir would not be created
- Scala syntax highlighter would not load

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

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

## [0.19.0] - 2024-04-21

### 🚀 Features

- Move to parent section with alt+h
- Move to next/prev sections with alt+j and alt+k
- On MacOS: load `~/.config/gitu/config.toml` instead of `~/Library/Application Support/gitu/config.toml`
- Add Revert commit/abort/continue
- Show revert status

### 🐛 Bug Fixes

- Scala syntax highlighter would not load

## [0.18.4] - 2024-04-20

### 🐛 Bug Fixes
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.18.4"
version = "0.19.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 650beb1

Please sign in to comment.