File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ StGit is licensed under the GNU General Public License, version 2.
3535
3636## News
3737
38+ ### 2023-08-19: [ StGit v2.3.2] [ v2.3.2 ] has been released.
39+
40+ This release contains some improvements to ` stg uncommit ` along with
41+ updated dependencies.
42+
3843### 2023-07-25: [ StGit v2.3.1] [ v2.3.1 ] has been released.
3944
4045This release contains a few minor bug fixes and updated dependencies.
@@ -244,6 +249,7 @@ See the [extension in the VSCode marketplace][marketplace] or checkout
244249
245250[ stgit-at-work2 ] : https://soap.coffee/~lthms/opinions/StackedGit2.html
246251[ stgit-at-work ] : https://soap.coffee/~lthms/opinions/StackedGit.html
252+ [ v2.3.2 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.2
247253[ v2.3.1 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.1
248254[ v2.3.0 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.0
249255[ v2.2.4 ] : https://github.com/stacked-git/stgit/releases/tag/v2.2.4
Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ title = 'StGit Changelog'
44
55# Changelog
66
7+ ## [ 2.3.2] 2023-08-19
8+
9+ ### Fixed
10+ - fix!(uncommit): check for HEAD/top mismatch (#360 )
11+ - docs: docstring spelling and formatting fixes
12+
13+ ### Changed
14+ - feat(uncommit): print uncommited patches
15+ - pin serde to avoid using precompiled binary
16+ - update dependencies
17+
18+
719## [ 2.3.1] 2023-07-25
820
921### Fixed
You can’t perform that action at this time.
0 commit comments