Skip to content

Commit 7c0fb79

Browse files
committed
chore: Update changelog for 2.0.2 release
1 parent 8290cab commit 7c0fb79

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

3+
## [2.0.2] 2022-11-17
4+
5+
## Changed
6+
- chore: Update Cargo.lock with latest dependencies.
7+
- docs(init): Add long help for `stg init`.
8+
9+
## Added
10+
- feat: Enable basic support for `extensions.worktreeconfig` to unblock
11+
sparse checkout with partial clone (#195).
12+
13+
## Fixed
14+
- docs: More inter-command links
15+
- docs: Normalize quoting
16+
17+
318
## [2.0.1] 2022-11-07
419

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

0 commit comments

Comments
 (0)