Skip to content

Commit

Permalink
chore: update changelog for 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgrayson committed Aug 19, 2023
1 parent 9281913 commit 505ddcd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.2] 2023-08-19

### Fixed
- fix!(uncommit): check for HEAD/top mismatch (#360)
- docs: docstring spelling and formatting fixes

### Changed
- feat(uncommit): print uncommited patches
- pin serde to avoid using precompiled binary
- update dependencies


## [2.3.1] 2023-07-25

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

0 comments on commit 505ddcd

Please sign in to comment.