Skip to content

Commit 67c7c7b

Browse files
committed
chore: update changelog for 2.5.1
1 parent ea4dc9c commit 67c7c7b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 2.5.1 2025-01-18
4+
5+
### Fixed
6+
7+
- fix: assure branch creation respects fetch-specs of remotes (#522)
8+
9+
### Changed
10+
11+
- ci: ubuntu-24.04 is now used to build release binaries
12+
- chore: gix is updated to 0.70
13+
14+
315
## 2.5.0 2025-01-01
416

517
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

0 commit comments

Comments
 (0)