From cb4a3ad8c9c3f5c55ad9a69c964680711935c5bc Mon Sep 17 00:00:00 2001 From: Peter Grayson Date: Wed, 4 Oct 2023 23:10:41 -0400 Subject: [PATCH] chore: update changelog for 2.3.3 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cf8c09..39311164 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 2.3.3 2023-10-04 + +### Fixed +- fix(zsh): -S option for float, import, and sync +- build: avoid non-portable install options +- test: improved test script portability + +### Changed +- update dependencies + + ## [2.3.2] 2023-08-19 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 1ccbcf43..2fe2b11b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1164,7 +1164,7 @@ dependencies = [ [[package]] name = "stgit" -version = "2.3.2" +version = "2.3.3" dependencies = [ "anstyle", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 8e164b8e..ad0154c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stgit" -version = "2.3.2" +version = "2.3.3" description = "Stack-based patch management for Git" edition = "2021" rust-version = "1.67.1"