Skip to content

Commit 4b00f64

Browse files
committed
chore: update changelog for 2.5.2
1 parent d9360bc commit 4b00f64

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## 2.5.2 2025-02-16
4+
5+
### Fixed
6+
7+
- fix(stgit.el): various compile warnings
8+
- fix(stgit.el): Replace depercated cl function calls with new style
9+
- fix(stgit.el): checkdoc warnings
10+
- fix(stgit.el): emacs pre-pending "Summary: " to log-edit buffers
11+
12+
### Changed
13+
14+
- chore: update jiff to 0.2.0
15+
- chore: update winnow to 0.7.2
16+
- chore: resolve winnow deprecations
17+
- chore: update dependencies
18+
19+
320
## 2.5.1 2025-01-18
421

522
### Fixed

Diff for: Cargo.lock

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

Diff for: 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.1"
3+
version = "2.5.2"
44
description = "Stack-based patch management for Git"
55
edition = "2021"
66
rust-version = "1.70"

0 commit comments

Comments
 (0)