Skip to content

Commit

Permalink
chore: update changelog for 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Jan 2, 2025
1 parent a0f3908 commit 10db7b5
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ Thanks go out to StGit's many contributors:
- Toke Høiland-Jørgensen ([@tohojo](https://github.com/tohojo))
- Trond Myklebust
- Topher Brown ([@topher200](https://github.com/topher200))
- Frank Benkstein ([@fbenkstein](https://github.com/fbenkstein))
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 2.5.0 2025-01-01

### Added

- feat: new "name" subcommand
- feat: support calling stg rebase without arguments

### Fixed

- docs: explain stgit.autosign a bit better

### Changed

- feat: organize subcommands by group in help


## 2.4.13 2024-12-14

### Fixed
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,6 +1,6 @@
[package]
name = "stgit"
version = "2.4.13"
version = "2.5.0"
description = "Stack-based patch management for Git"
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit 10db7b5

Please sign in to comment.