Skip to content

Commit

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


##
[1.0.6](v1.0.5...v1.0.6)
(2024-08-16)


### Bug Fixes

* clean up target path upon storage in order to avoid merges of
directories
([#25](#25))
([5a9bd27](5a9bd27))

---
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 Aug 19, 2024
1 parent 5a9bd27 commit fce5468
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.6](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.0.5...v1.0.6) (2024-08-16)


### Bug Fixes

* clean up target path upon storage in order to avoid merges of directories ([#25](https://github.com/snakemake/snakemake-storage-plugin-fs/issues/25)) ([5a9bd27](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/5a9bd27a40377b0cadfc51fd576ae98c9ee06668))

## [1.0.5](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.0.4...v1.0.5) (2024-07-04)


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-fs"
version = "1.0.5"
version = "1.0.6"
description = " A Snakemake storage plugin that reads and writes from a locally mounted filesystem using rsync"
authors = ["Johannes Koester <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit fce5468

Please sign in to comment.