Skip to content

Commit f990a1d

Browse files
committed
chore: update changelog for 2.2.1
1 parent f2c203a commit f990a1d

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

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

521
### Removed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stgit"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
edition = "2021"
55
rust-version = "1.64"
66
authors = [

0 commit comments

Comments
 (0)