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.
35
35
36
36
## News
37
37
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
+
38
43
### 2023-07-25: [ StGit v2.3.1] [ v2.3.1 ] has been released.
39
44
40
45
This release contains a few minor bug fixes and updated dependencies.
@@ -244,6 +249,7 @@ See the [extension in the VSCode marketplace][marketplace] or checkout
244
249
245
250
[ stgit-at-work2 ] : https://soap.coffee/~lthms/opinions/StackedGit2.html
246
251
[ 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
247
253
[ v2.3.1 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.1
248
254
[ v2.3.0 ] : https://github.com/stacked-git/stgit/releases/tag/v2.3.0
249
255
[ 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'
4
4
5
5
# Changelog
6
6
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
+
7
19
## [ 2.3.1] 2023-07-25
8
20
9
21
### Fixed
You can’t perform that action at this time.
0 commit comments