Skip to content

Commit afbe945

Browse files
chore(main): release 1.1.0 (#31)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.6...v1.1.0) (2025-03-20) ### Features * on demand retrieval (via symlinking) in case input is annotated as on-demand eligible by Snakemake (e.g. because of sequential access being annotated by the developer ([#32](#32)) ([e69267c](e69267c)) ### Bug Fixes * adapt to interface version 4.0 ([fc6f499](fc6f499)) * proper use of relpath to define symlink ([2295f7f](2295f7f)) --- 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 2295f7f commit afbe945

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.0.6...v1.1.0) (2025-03-20)
4+
5+
6+
### Features
7+
8+
* on demand retrieval (via symlinking) in case input is annotated as on-demand eligible by Snakemake (e.g. because of sequential access being annotated by the developer ([#32](https://github.com/snakemake/snakemake-storage-plugin-fs/issues/32)) ([e69267c](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/e69267c52dcac00f801881c5c9578b04ca93180e))
9+
10+
11+
### Bug Fixes
12+
13+
* adapt to interface version 4.0 ([fc6f499](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/fc6f499658bd8e459acf7f21a01acd9f0bbfebf6))
14+
* proper use of relpath to define symlink ([2295f7f](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/2295f7fdcbebaef9ae523fcca3a0bf6dcd356eb7))
15+
316
## [1.0.6](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v1.0.5...v1.0.6) (2024-08-16)
417

518

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.6"
3+
version = "1.1.0"
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)