Skip to content

Commit 23c865d

Browse files
committed
chore: Update changelog for 2.0.4
1 parent 8958562 commit 23c865d

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,40 @@
11
# Changelog
22

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+
316
## [2.0.3] 2022-11-21
417

5-
## Changed
18+
### Changed
619
- chore: Update Cargo.lock with latest dependencies.
720

8-
## Fixed
21+
### Fixed
922
- fix: improved git version parsing on MacOS
1023
- fix: StGit-specific branch config handling
1124
- docs: fixed many typos
1225

1326

1427
## [2.0.2] 2022-11-17
1528

16-
## Changed
29+
### Changed
1730
- chore: Update Cargo.lock with latest dependencies.
1831
- docs(init): Add long help for `stg init`.
1932

20-
## Added
33+
### Added
2134
- feat: Enable basic support for `extensions.worktreeconfig` to unblock
2235
sparse checkout with partial clone (#195).
2336

24-
## Fixed
37+
### Fixed
2538
- docs: More inter-command links
2639
- docs: Normalize quoting
2740

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

0 commit comments

Comments
 (0)