File tree Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Expand file tree Collapse file tree 3 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
27
## [ 2.0.4] 2022-11-30
4
28
5
29
### Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stgit"
3
- version = " 2.0.4 "
3
+ version = " 2.1.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.63.0"
6
6
authors = [
You can’t perform that action at this time.
0 commit comments