Skip to content

Commit

Permalink
chore(release): prepare for v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Apr 6, 2024
1 parent 55fb7c8 commit e986bf8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .recent-changelog-entry
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
## [0.13.1] - 2024-04-04
## [0.14.0] - 2024-04-06

### 🚀 Features

- Remove move p/n from default bindings (move up/down)
- Make keybinds configurable

### 🐛 Bug Fixes

- Handle EDITOR args, and better deal with absolute paths
- Existing terminal text would bleed into gitu on startup
- Discarding staged files would not work & use git clean for removing untracked files

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

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

## [0.14.0] - 2024-04-06

### 🚀 Features

- Remove move p/n from default bindings (move up/down)
- Make keybinds configurable

### 🐛 Bug Fixes

- Existing terminal text would bleed into gitu on startup
- Discarding staged files would not work & use git clean for removing untracked files

## [0.13.1] - 2024-04-04

### 🐛 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.13.1"
version = "0.14.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit e986bf8

Please sign in to comment.