Skip to content

Commit

Permalink
chore(main): release 0.2.5 (#8)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.2.5](v0.2.4...v0.2.5)
(2023-11-15)


### Bug Fixes

* adapt to changes in interface
([2ab1c31](2ab1c31))


### Performance Improvements

* implemented inventory functionality for dramatically reducing the S3
requests
([3a06bb0](3a06bb0))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 15, 2023
1 parent 2ab1c31 commit dd0ca6c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.5](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.4...v0.2.5) (2023-11-15)


### Bug Fixes

* adapt to changes in interface ([2ab1c31](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/2ab1c313107523e6778e61617c8864f9074ed0fc))


### Performance Improvements

* implemented inventory functionality for dramatically reducing the S3 requests ([3a06bb0](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/3a06bb0dc9a890a8734c7cff5989c138a2a657fc))

## [0.2.4](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.3...v0.2.4) (2023-10-25)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snakemake-storage-plugin-s3"
version = "0.2.4"
version = "0.2.5"
description = "A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)"
authors = ["Johannes Koester <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit dd0ca6c

Please sign in to comment.