From ca74def05e1c4183f79b85f46c51e8fbb84ddda5 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Fri, 16 Feb 2024 11:45:47 +0100 Subject: [PATCH] Prepare release 0.9.0 --- doc/changes/changelog.md | 2 ++ doc/changes/changes_0.9.0.md | 15 +++++++++++++++ doc/changes/unreleased.md | 14 -------------- 3 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 doc/changes/changes_0.9.0.md diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 773324af..1775677b 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,6 +1,7 @@ # 📝 Changes * [unreleased](unreleased.md) +* [0.9.0](changes_0.9.0.md) * [0.8.0](changes_0.8.0.md) * [0.7.0](changes_0.7.0.md) * [0.6.0](changes_0.6.0.md) @@ -15,6 +16,7 @@ hidden: --- unreleased +changes_0.9.0 changes_0.8.0 changes_0.7.0 changes_0.6.0 diff --git a/doc/changes/changes_0.9.0.md b/doc/changes/changes_0.9.0.md new file mode 100644 index 00000000..36731ad9 --- /dev/null +++ b/doc/changes/changes_0.9.0.md @@ -0,0 +1,15 @@ +# BucketFs Python 0.9.0, released 2024-02-16 + +## Feature +- Added support for configuring `SSL/TLS` validation + +## Documentation +- Added overview of bucketfs system +- Fixed typos in examples + +## Dependencies +- [#60](https://github.com/exasol/bucketfs-python/issues/60): Updated typeguard to 4.0.0 + +## Internal +- Updated lockfile +- Pin python-toolbox version in GitHub workflows diff --git a/doc/changes/unreleased.md b/doc/changes/unreleased.md index f458b6ac..79e701b8 100644 --- a/doc/changes/unreleased.md +++ b/doc/changes/unreleased.md @@ -1,15 +1 @@ # Unreleased - -## Feature -- Added support for configuring `SSL/TLS` validation - -## Documentation -- Added overview of bucketfs system -- Fixed typos in examples - -## Dependencies -- [#60](https://github.com/exasol/bucketfs-python/issues/60): Updated typeguard to 4.0.0 - -## Internal -- Updated lockfile -- Pin python-toolbox version in GitHub workflows