Skip to content

Commit

Permalink
chore(release): prepare for v0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
altsem committed Oct 24, 2024
1 parent cb8379c commit 32fde9c
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
15 changes: 13 additions & 2 deletions .recent-changelog-entry
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
## [0.25.0] - 2024-09-03
## [0.26.0] - 2024-10-24

### 🚀 Features

- Change priority order of editor envvar lookup
- Support "The Two Remotes": https://magit.vc/manual/3.2.0/magit/The-Two-Remotes.html

### 🔧 Configuration

- 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`

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

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

## [0.26.0] - 2024-10-24

### 🚀 Features

- Support "The Two Remotes": https://magit.vc/manual/3.2.0/magit/The-Two-Remotes.html

### 🔧 Configuration

- 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`

## [0.25.0] - 2024-09-03

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

Expand Down

0 comments on commit 32fde9c

Please sign in to comment.