diff --git a/CHANGELOG.md b/CHANGELOG.md index 98857c84..627cecf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [2.0.1] 2022-11-07 + +### Changed +- chore: Update to clap 4.0.22 + +### Fixed +- docs(readme): Clarify static versus dynamic linking (#230) +- build: Improve Documentation build performance (#229) + + ## [2.0.0] 2022-11-06 ### Removed diff --git a/Cargo.lock b/Cargo.lock index 749f338d..fa9b94af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -687,7 +687,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.0.0" +version = "2.0.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 50bcf07f..a0137855 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.0.0" +version = "2.0.1" edition = "2021" rust-version = "1.63.0" authors = [