diff --git a/CHANGELOG.md b/CHANGELOG.md index 8845c572..f41c7840 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [2.2.3] 2023-04-26 + +### Fixed +- fix: error using on Windows (#273) +- fix: path handling for Windows compatibility +- fix: commit-msg hook run from work root +- fix: avoid "stg.exe" in usage on Windows +- fix: use gitattributes to force LF endings on Windows +- fix: wrap hooks with sh on Windows + +### Changed +- chore: update to gix 0.44.0 +- chore: update other dependencies + + ## [2.2.2] 2023-04-01 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index c22b508d..941085a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1338,7 +1338,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stgit" -version = "2.2.2" +version = "2.2.3" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e8fdf57b..33eaa45e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.2.2" +version = "2.2.3" edition = "2021" rust-version = "1.64" authors = [