Skip to content

Commit

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


##
[0.2.12](v0.2.11...v0.2.12)
(2024-08-14)


### Bug Fixes

* allow boto3 to automatically refresh credentials
([#33](#33))
([fc92231](fc92231))
* fix retrieval of nested directories
([#27](#27))
([42e55c3](42e55c3))

---
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>
Co-authored-by: Johannes Köster <[email protected]>
  • Loading branch information
github-actions[bot] and johanneskoester authored Aug 14, 2024
1 parent f36aca4 commit bd5ac5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.12](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.11...v0.2.12) (2024-08-14)


### Bug Fixes

* allow boto3 to automatically refresh credentials ([#33](https://github.com/snakemake/snakemake-storage-plugin-s3/issues/33)) ([fc92231](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/fc922318d0000dfba7584f97f5ee2afbba072f06))
* fix retrieval of nested directories ([#27](https://github.com/snakemake/snakemake-storage-plugin-s3/issues/27)) ([42e55c3](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/42e55c35841c45bf1018d50dfba6ff3340dd774a))

## [0.2.11](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.10...v0.2.11) (2024-04-17)


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.11"
version = "0.2.12"
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 bd5ac5d

Please sign in to comment.