Skip to content

Commit

Permalink
chore(release): prepare for v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Jun 19, 2024
1 parent eccb097 commit 43d011c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
11 changes: 3 additions & 8 deletions .recent-changelog-entry
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
## [0.21.0] - 2024-06-16

### 🚀 Features

- -n argument to limit log
- -F to grep for commits in log menu
- Support value arguments
## [0.21.1] - 2024-06-19

### 🐛 Bug Fixes

- Pin exact tree-sitter version to prevent common build breaks
- Tabs would not be rendered, render them as 4 spaces for now
- *(flake)* Add AppKit to build inputs

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

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

## [0.21.1] - 2024-06-19

### 🐛 Bug Fixes

- Tabs would not be rendered, render them as 4 spaces for now
- *(flake)* Add AppKit to build inputs

## [0.21.0] - 2024-06-16

### 🚀 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.21.0"
version = "0.21.1"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit 43d011c

Please sign in to comment.