From eac5de34535f2c8add0fb147a1ce4c25b91cc4f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 24 Jan 2026 10:21:01 +0000 Subject: [PATCH] chore(main): release 0.30.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8316a6de..716d0046 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.29.0" + ".": "0.30.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e606e225..0043e521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.30.0](https://github.com/fclairamb/ftpserverlib/compare/v0.29.0...v0.30.0) (2026-01-24) + + +### Features + +* make MODE Z configurable, disabled by default ([#604](https://github.com/fclairamb/ftpserverlib/issues/604)) ([23fbe72](https://github.com/fclairamb/ftpserverlib/commit/23fbe72645ceb8b6343a67761f8242aa221d5b29)) + + +### Bug Fixes + +* handle closed connection errors gracefully ([#602](https://github.com/fclairamb/ftpserverlib/issues/602)) ([21f789a](https://github.com/fclairamb/ftpserverlib/commit/21f789ac54d5c8119ea9cabc22159fba6b94a19a)) + ## [0.29.0](https://github.com/fclairamb/ftpserverlib/compare/v0.28.0...v0.29.0) (2026-01-11)