Skip to content

Commit

Permalink
chore(release): prepare for v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Nov 5, 2024
1 parent e459166 commit 8300bd6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 13 deletions.
15 changes: 4 additions & 11 deletions .recent-changelog-entry
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
## [0.26.0] - 2024-10-24
## [0.27.0] - 2024-11-05

### 🚀 Features

- Support "The Two Remotes": https://magit.vc/manual/3.2.0/magit/The-Two-Remotes.html
- *(config)* Collapse screen headers via e.g. `general.collapsed_sections = ["recent_commits"]`

### 🔧 Configuration
### 🐛 Bug Fixes

- Bind 'Pu' to new action: `push_to_upstream`
- Bind 'Pp' to new action: `push_to_push_remote`
- Bind 'Fu' to new action: `pull_from_upstream`
- Bind 'Fp' to new action: `pull_from_push_remote`
- Remove 'Pp' <-> `git push` (depended on `push.default`)
- Remove 'Fp' <-> `git pull` (from upstream)
- Rename `push_elsewhere` to `push_to_elsewhere`
- Rename `pull_elsewhere` to `pull_from_elsewhere`
- Set version properly in Github release

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

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

## [0.27.0] - 2024-11-05

### 🚀 Features

- *(config)* Collapse screen headers via e.g. `general.collapsed_sections = ["recent_commits"]`

### 🐛 Bug Fixes

- Set version properly in Github release

## [0.26.0] - 2024-10-24

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

Expand Down

0 comments on commit 8300bd6

Please sign in to comment.