Skip to content

Commit 327d1db

Browse files
committed
chore: update changelog for 2.2.0
1 parent c7d2c54 commit 327d1db

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGELOG.md

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

3+
## [2.2.0] 2023-02-24
4+
5+
### Removed
6+
- feat!: remove short -s option for --submodules
7+
- fix!: patch name cannot be {base} or @
8+
9+
### Added
10+
- feat: patch locator syntax
11+
- feat: locate branches using @{-N} syntax
12+
- feat(series): Add --reverse option
13+
- feat(series): options for patch offsets and indices
14+
- feat(series): --no-xxx options to override display options
15+
- feat(series): optional value for --short
16+
- feat!: short -s option for --signoff (#245)
17+
- feat(init): add -b/--branch option
18+
19+
### Changed
20+
- fix!: use -S as short opt for --series
21+
- feat!: constrain refresh -p to visible patches
22+
- feat(series)!: empty patch prefix changed to *
23+
- feat!: spell errors in lowercase
24+
- refactor: use gitoxide instead of git2
25+
- refactor: use time crate instead of chrono
26+
- feat!: update to clap 4.1
27+
- chore: update to latest dependencies
28+
29+
### Fixed
30+
- fix: Error if author or committer is not configured
31+
- fix: Use correct base directory for core.hooksPaths
32+
- fix(rename): colliding patch names
33+
- fix(rebase): repair rebasing to a tag (#265)
34+
- fix(branch): switch branch with detached head
35+
- docs: Repair docstrings being confused as html
36+
- docs: normalized spelling for --branch value
37+
38+
339
## [2.1.0] 2022-12-12
440

541
### Added

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.1.0"
3+
version = "2.2.0"
44
edition = "2021"
55
rust-version = "1.64"
66
authors = [

0 commit comments

Comments
 (0)