diff --git a/CHANGELOG.md b/CHANGELOG.md index f41c7840..42fb9d64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.2.4] 2023-05-15 + +### Added +- feat: Upgrade from ancient stack state formats (#235) + +### Fixed +- fix(branch): create based on remote branch (#317) +- fix(import): lost subject lines resembling header (#321) +- fix(import): subject line may be discarded + +### Changed +- chore: update dependencies + + ## [2.2.3] 2023-04-26 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 76f29a39..4e5dcb90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1338,7 +1338,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stgit" -version = "2.2.3" +version = "2.2.4" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fccbc53d..eec2625f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.2.3" +version = "2.2.4" edition = "2021" rust-version = "1.64" authors = [