Skip to content

Commit 35a9822

Browse files
committed
chore: Update changelog for 2.1.0
1 parent 20b85b3 commit 35a9822

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

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

3+
## [2.1.0] 2022-12-12
4+
5+
### Added
6+
- feat: Configurable push conflict policy (#60)
7+
- feat: Add --committer-date-is-author-date option (#47)
8+
- feat(import): Add --3way option (#36)
9+
- feat(import): Add --directory option (#36)
10+
11+
### Changed
12+
- feat!: Relaxed stack initialization (#238)
13+
- feat!: Only sign stack based on stgit.gpgsign (#238)
14+
- fix!: Allow "---" separator in messages (#243)
15+
- feat: More descriptive push conflict message (#60)
16+
- feat: Avoid post-edit commits when no change
17+
- chore: Update dependencies to latest versions
18+
19+
### Fixed
20+
- fix: Improved error message for uninitialized stack
21+
- fix: Improve error for re-initialization attempt
22+
- fix(prev): Different error message for empty stack
23+
- fix: Accept full ref name for branches
24+
- fix(zsh): Complete --edit and --diff for stg new
25+
26+
327
## [2.0.4] 2022-11-30
428

529
### Changed

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.0.4"
3+
version = "2.1.0"
44
edition = "2021"
55
rust-version = "1.63.0"
66
authors = [

0 commit comments

Comments
 (0)