diff --git a/CHANGELOG.md b/CHANGELOG.md index 155e6a1..46af41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.6](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.5...v0.2.6) (2023-11-23) + + +### Bug Fixes + +* inventory calculation ([0915a5d](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/0915a5d18caf3413cff1891dddd32dff674b2f81)) +* remove superfluous method ([10ac28b](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/10ac28ba7b57ab565a278c2df00e4b9d8a9a002a)) + ## [0.2.5](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.4...v0.2.5) (2023-11-15) diff --git a/pyproject.toml b/pyproject.toml index 71e1b80..4a0b63a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-storage-plugin-s3" -version = "0.2.5" +version = "0.2.6" description = "A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)" authors = ["Johannes Koester "] readme = "README.md"