Skip to content

Commit

Permalink
chore: update changelog for 2.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Aug 25, 2024
1 parent fc6f820 commit 92e916a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.4.11 2024-08-25

### Fixed

- fix(push): report modified patches in output (#464)

### Changed

- feat(push): colorize push status string
- chore: update gix to 0.66
- feat: use jiff instead of time
- feat: use winnow instead of nom
- updated other dependencies


## 2.4.10 2024-08-17

### 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.10"
version = "2.4.11"
description = "Stack-based patch management for Git"
edition = "2021"
rust-version = "1.70"
Expand Down

0 comments on commit 92e916a

Please sign in to comment.