Skip to content

Commit cee9dfd

Browse files
committed
chore: update changelog for 2.3.1
1 parent 3db1f0f commit cee9dfd

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.3.1] 2023-07-25
4+
5+
### Fixed
6+
- fix(zsh): typo in completion help for stg commit --all
7+
- fix: use canonical Message-ID spelling
8+
- fix(stgit.el): recognize new empty patch marker
9+
- fix(import): Keep first line break in body
10+
11+
### Changed
12+
- update dependencies
13+
14+
315
## [2.3.0] 2023-05-25
416

517
### Removed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stgit"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
description = "Stack-based patch management for Git"
55
edition = "2021"
66
rust-version = "1.66.1"

0 commit comments

Comments
 (0)