Skip to content

Commit 8a2405a

Browse files
committed
Updates for v2.2.1
1 parent f3ed3df commit 8a2405a

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

content/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ StGit is licensed under the GNU General Public License, version 2.
3535

3636
## News
3737

38+
### 2023-03-29: [StGit v2.2.1][v2.2.1] has been released.
39+
40+
This bugfix release addresses regressions with running StGit in linked
41+
worktrees and with hooks not working when running from a subdirectory of
42+
the work dir. Several other minor issues are also repaired.
43+
44+
See the [changelog](changelog/) for all the details on this release.
45+
3846
### 2023-02-24: [StGit v2.2.0][v2.2.0] has been released.
3947

4048
This release contains several quality of life features, including new
@@ -195,6 +203,7 @@ See the [extension in the VSCode marketplace][marketplace] or checkout
195203

196204
[stgit-at-work2]: https://soap.coffee/~lthms/opinions/StackedGit2.html
197205
[stgit-at-work]: https://soap.coffee/~lthms/opinions/StackedGit.html
206+
[v2.2.1]: https://github.com/stacked-git/stgit/releases/tag/v2.2.1
198207
[v2.2.0]: https://github.com/stacked-git/stgit/releases/tag/v2.2.0
199208
[v2.1.0]: https://github.com/stacked-git/stgit/releases/tag/v2.1.0
200209
[v2.0.4]: https://github.com/stacked-git/stgit/releases/tag/v2.0.4

content/changelog/_index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ title = 'StGit Changelog'
44

55
# Changelog
66

7+
## [2.2.1] 2023-03-29
8+
9+
### Changed
10+
- chore: update to clap 4.2.0
11+
- chore: update to gix 0.43.0
12+
- chore: pin clap minor version
13+
14+
### Fixed
15+
- fix(branch): allow reuse of partially deleted branch names (#290)
16+
- fix(branch): branch list alignment
17+
- fix: running hooks from worktree subdir (#295)
18+
- fix: running from linked worktree (#297)
19+
- fix(float): correct -S in usage string
20+
- fix: correctly show bold command/subcommand in overidden usage
21+
22+
723
## [2.2.0] 2023-02-24
824

925
### Removed

content/man/stg-float.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SYNOPSIS
1313
--------
1414
[verse]
1515
'stg float' [OPTIONS] <patch>...
16-
'stg float' [OPTIONS] \<-s|--series> <file>
16+
'stg float' [OPTIONS] \<-S|--series> <file>
1717

1818
DESCRIPTION
1919
-----------

0 commit comments

Comments
 (0)