Skip to content

Commit 92e916a

Browse files
committed
chore: update changelog for 2.4.11
1 parent fc6f820 commit 92e916a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## 2.4.11 2024-08-25
4+
5+
### Fixed
6+
7+
- fix(push): report modified patches in output (#464)
8+
9+
### Changed
10+
11+
- feat(push): colorize push status string
12+
- chore: update gix to 0.66
13+
- feat: use jiff instead of time
14+
- feat: use winnow instead of nom
15+
- updated other dependencies
16+
17+
318
## 2.4.10 2024-08-17
419

520
### Fixed

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

0 commit comments

Comments
 (0)