Skip to content

Commit

Permalink
chore(release): prepare for v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Mar 22, 2024
1 parent 4e6c7e6 commit f526a46
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
12 changes: 5 additions & 7 deletions .recent-changelog-entry
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
## [0.7.2] - 2024-03-16
## [0.8.0] - 2024-03-22

### 🚀 Features

- Add --version flag
- Add Nix flake via ipetkov/crane

### 🐛 Bug Fixes

- Crate would not build (due to trying to get version via git)
- Show stash status, add 'save', 'pop', 'apply' and 'drop' actions
- Unstage all staged changes by hovering 'Staged' section
- Stage all unstaged changes by hover 'Unstaged' section
- Stage all untracked files by hovering 'Untracked' section

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

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

## [0.7.2] - 2024-03-16
## [0.8.0] - 2024-03-22

### 🚀 Features

- Show stash status, add 'save', 'pop', 'apply' and 'drop' actions
- Unstage all staged changes by hovering 'Staged' section
- Stage all unstaged changes by hover 'Unstaged' section
- Stage all untracked files by hovering 'Untracked' section

## [0.7.0] - 2024-03-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.7.2"
version = "0.8.0"
edition = "2021"
license = "MIT"

Expand Down

0 comments on commit f526a46

Please sign in to comment.