Skip to content

Commit 10db7b5

Browse files
committed
chore: update changelog for 2.5.0
1 parent a0f3908 commit 10db7b5

File tree

4 files changed

+19
-2
lines changed

4 files changed

+19
-2
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ Thanks go out to StGit's many contributors:
6565
- Toke Høiland-Jørgensen ([@tohojo](https://github.com/tohojo))
6666
- Trond Myklebust
6767
- Topher Brown ([@topher200](https://github.com/topher200))
68+
- Frank Benkstein ([@fbenkstein](https://github.com/fbenkstein))

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 2.5.0 2025-01-01
4+
5+
### Added
6+
7+
- feat: new "name" subcommand
8+
- feat: support calling stg rebase without arguments
9+
10+
### Fixed
11+
12+
- docs: explain stgit.autosign a bit better
13+
14+
### Changed
15+
16+
- feat: organize subcommands by group in help
17+
18+
319
## 2.4.13 2024-12-14
420

521
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stgit"
3-
version = "2.4.13"
3+
version = "2.5.0"
44
description = "Stack-based patch management for Git"
55
edition = "2021"
66
rust-version = "1.70"

0 commit comments

Comments
 (0)