diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b08cc4ff..bc7e4aae 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.2" + ".": "0.16.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad4d3f0..677ff554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.16.0](https://github.com/fclairamb/ftpserver/compare/v0.15.2...v0.16.0) (2026-05-22) + + +### Features + +* **s3:** add basePath support using afero.BasePathFs ([#1636](https://github.com/fclairamb/ftpserver/issues/1636)) ([8e5a218](https://github.com/fclairamb/ftpserver/commit/8e5a218e6732b7a27f6e397f6e534cbb9602cc17)) + + +### Bug Fixes + +* **deps:** update aws-sdk-go-v2 monorepo ([#1687](https://github.com/fclairamb/ftpserver/issues/1687)) ([4112dbf](https://github.com/fclairamb/ftpserver/commit/4112dbf396d35b62e7390b946e3bb0fd244a1d70)) +* **deps:** update module cloud.google.com/go/storage to v1.62.2 ([#1682](https://github.com/fclairamb/ftpserver/issues/1682)) ([d8cdfde](https://github.com/fclairamb/ftpserver/commit/d8cdfdeb829e8fac39fe70f26b380290d2580b09)) +* **deps:** update module github.com/fclairamb/ftpserverlib to v0.31.0 ([#1680](https://github.com/fclairamb/ftpserver/issues/1680)) ([8ca7d5c](https://github.com/fclairamb/ftpserver/commit/8ca7d5c8ccd000f6f645b7b48e95984a95276603)) +* **deps:** update module github.com/go-crypt/crypt to v0.14.15 ([#1686](https://github.com/fclairamb/ftpserver/issues/1686)) ([3c02d74](https://github.com/fclairamb/ftpserver/commit/3c02d74b5d2da04e6e10fa9a08df5e741ca4c1e9)) +* **deps:** update module github.com/nerzal/gocloak/v13 to v14 ([#1672](https://github.com/fclairamb/ftpserver/issues/1672)) ([30146c5](https://github.com/fclairamb/ftpserver/commit/30146c534be003aa40976705d6e5f8fb8d4cc8cc)) +* **deps:** update module golang.org/x/crypto to v0.52.0 ([#1685](https://github.com/fclairamb/ftpserver/issues/1685)) ([02746a7](https://github.com/fclairamb/ftpserver/commit/02746a7fca47b8d9397ecf13f668ec4bd6bf33e6)) +* **deps:** update module google.golang.org/api to v0.280.0 ([#1684](https://github.com/fclairamb/ftpserver/issues/1684)) ([a9462da](https://github.com/fclairamb/ftpserver/commit/a9462dac44aaf89af0ddab78b132f1fcbe073c25)) + ## [0.15.2](https://github.com/fclairamb/ftpserver/compare/v0.15.1...v0.15.2) (2026-05-16)