Skip to content

Commit fce5468

Browse files
chore(main): release 1.0.6 (#26)
🤖 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>
1 parent 5a9bd27 commit fce5468

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.6](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.0.5...v1.0.6) (2024-08-16)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [1.0.5](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.0.4...v1.0.5) (2024-07-04)
411

512

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-storage-plugin-fs"
3-
version = "1.0.5"
3+
version = "1.0.6"
44
description = " A Snakemake storage plugin that reads and writes from a locally mounted filesystem using rsync"
55
authors = ["Johannes Koester <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)