Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 0.9.0 #97

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -15,6 +16,7 @@
hidden:
---
unreleased
changes_0.9.0
changes_0.8.0
changes_0.7.0
changes_0.6.0
Expand Down
15 changes: 15 additions & 0 deletions doc/changes/changes_0.9.0.md
Original file line number Diff line number Diff line change
@@ -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
14 changes: 0 additions & 14 deletions doc/changes/unreleased.md
Original file line number Diff line number Diff line change
@@ -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
Loading