Skip to content

Commit a79b8df

Browse files
committed
Updates for v2.3.2
1 parent fb90fe0 commit a79b8df

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

content/_index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4045
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
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

content/changelog/_index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)