Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.3](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/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](https://github.com/snakemake/snakemake-storage-plugin-fs/issues/38)) ([505d868](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/505d868ce10ada945167bad03db66e33d7becbfa))

## [1.1.2](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.1.1...v1.1.2) (2025-03-27)


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.1.2"
version = "1.1.3"
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