Skip to content

Commit d9e2ce9

Browse files
committed
chore: Update changelog for 2.0.1 release
1 parent c6d120e commit d9e2ce9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

3+
## [2.0.1] 2022-11-07
4+
5+
### Changed
6+
- chore: Update to clap 4.0.22
7+
8+
### Fixed
9+
- docs(readme): Clarify static versus dynamic linking (#230)
10+
- build: Improve Documentation build performance (#229)
11+
12+
313
## [2.0.0] 2022-11-06
414

515
### Removed

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

0 commit comments

Comments
 (0)