File tree Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Expand file tree Collapse file tree 3 files changed +20
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.0.4] 2022-11-30
4
+
5
+ ### Changed
6
+ - docs: Document configuration variables
7
+ - refactor: Use is-terminal instead of atty
8
+ - chore: Update Cargo.lock with latest dependencies.
9
+
10
+ ### Fixed
11
+ - fix: Don't generate new patch name until after edit (#239 )
12
+ - fix: Run shell aliases from top-level of work tree
13
+ - fix: Use GIT_PREFIX in built-in aliases
14
+
15
+
3
16
## [ 2.0.3] 2022-11-21
4
17
5
- ## Changed
18
+ ### Changed
6
19
- chore: Update Cargo.lock with latest dependencies.
7
20
8
- ## Fixed
21
+ ### Fixed
9
22
- fix: improved git version parsing on MacOS
10
23
- fix: StGit-specific branch config handling
11
24
- docs: fixed many typos
12
25
13
26
14
27
## [ 2.0.2] 2022-11-17
15
28
16
- ## Changed
29
+ ### Changed
17
30
- chore: Update Cargo.lock with latest dependencies.
18
31
- docs(init): Add long help for ` stg init ` .
19
32
20
- ## Added
33
+ ### Added
21
34
- feat: Enable basic support for ` extensions.worktreeconfig ` to unblock
22
35
sparse checkout with partial clone (#195 ).
23
36
24
- ## Fixed
37
+ ### Fixed
25
38
- docs: More inter-command links
26
39
- docs: Normalize quoting
27
40
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stgit"
3
- version = " 2.0.3 "
3
+ version = " 2.0.4 "
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