Skip to content

Commit 0143cdd

Browse files
chore(main): release 1.0.5 (#21)
🤖 I have created a release *beep* *boop* --- ## [1.0.5](v1.0.4...v1.0.5) (2024-07-04) ### Bug Fixes * fix touch and retrieval of mtime for directories ([#20](#20)) ([898d367](898d367)) --- 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 898d367 commit 0143cdd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.5](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.0.4...v1.0.5) (2024-07-04)
4+
5+
6+
### Bug Fixes
7+
8+
* fix touch and retrieval of mtime for directories ([#20](https://github.com/snakemake/snakemake-storage-plugin-fs/issues/20)) ([898d367](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/898d367ddff01282ab0808a66e7d5fe086272b2e))
9+
310
## [1.0.4](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.0.3...v1.0.4) (2024-04-25)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.4"
3+
version = "1.0.5"
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)