Skip to content

Commit e7d8903

Browse files
chore(main): release 1.1.3 (#39)
🤖 I have created a release *beep* *boop* --- ## [1.1.3](v1.1.2...v1.1.3) (2025-10-31) ### Bug Fixes * be more explicit about rsync args and ensure that symlinks are copied (avoiding that they point to non-existing files); to not copy permissions and ownership (thanks [@landerini](https://github.com/landerini)) ([#38](#38)) ([505d868](505d868)) --- 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 505d868 commit e7d8903

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.1.3](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.1.2...v1.1.3) (2025-10-31)
4+
5+
6+
### Bug Fixes
7+
8+
* be more explicit about rsync args and ensure that symlinks are copied (avoiding that they point to non-existing files); to not copy permissions and ownership (thanks [@landerini](https://github.com/landerini)) ([#38](https://github.com/snakemake/snakemake-storage-plugin-fs/issues/38)) ([505d868](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/505d868ce10ada945167bad03db66e33d7becbfa))
9+
310
## [1.1.2](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.1.1...v1.1.2) (2025-03-27)
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.1.2"
3+
version = "1.1.3"
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)