diff --git a/CHANGELOG.md b/CHANGELOG.md index d91c005d..0cb737cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.0.0-beta.2] 2022-08-05 + +### Changed +- Improved error when push conflicts with untracked files (#193) +- Removed a few transitive dependencies by turning-off features in bstr + and chrono. +- Update Cargo.lock with latest dependencies +- Update to clap 3.2 and only use non-deprecated interfaces + +### Fixed +- Repair `stg spill` when spilling newly added files and using path + limits. + + ## [2.0.0-beta.1] 2022-07-28 ### Removed diff --git a/Cargo.lock b/Cargo.lock index e06280fd..3e7923a3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -520,7 +520,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.0.0-beta.1" +version = "2.0.0-beta.2" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 34285a8c..7faeaa0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.0.0-beta.1" +version = "2.0.0-beta.2" edition = "2021" authors = [ "Catalin Marinas ",