Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#12)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.0](v0.2.0...v1.0.0)
(2024-02-24)


### ⚠ BREAKING CHANGES

* remove latency wait support as this should rather be handled in main
Snakemake (as it is already done). The reason is that the plugin cannot
distinguish between cases where latency has to be taken into accound and
where not, leading to overall much slower processing when latency wait
is applied regardless of the context. This introduces a breaking change
because this plugin now does not offer any settings anymore.
([#13](#13))

### Bug Fixes

* remove latency wait support as this should rather be handled in main
Snakemake (as it is already done). The reason is that the plugin cannot
distinguish between cases where latency has to be taken into accound and
where not, leading to overall much slower processing when latency wait
is applied regardless of the context. This introduces a breaking change
because this plugin now does not offer any settings anymore.
([#13](#13))
([1c78d88](1c78d88))
* respect permissions of the target dir, especially setgid
([#11](#11))
([2132a5a](2132a5a))

---
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>
  • Loading branch information
github-actions[bot] authored Feb 28, 2024
1 parent 1c78d88 commit 7b3043b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.0](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v0.2.0...v1.0.0) (2024-02-24)


### ⚠ BREAKING CHANGES

* remove latency wait support as this should rather be handled in main Snakemake (as it is already done). The reason is that the plugin cannot distinguish between cases where latency has to be taken into accound and where not, leading to overall much slower processing when latency wait is applied regardless of the context. This introduces a breaking change because this plugin now does not offer any settings anymore. ([#13](https://github.com/snakemake/snakemake-storage-plugin-fs/issues/13))

### Bug Fixes

* remove latency wait support as this should rather be handled in main Snakemake (as it is already done). The reason is that the plugin cannot distinguish between cases where latency has to be taken into accound and where not, leading to overall much slower processing when latency wait is applied regardless of the context. This introduces a breaking change because this plugin now does not offer any settings anymore. ([#13](https://github.com/snakemake/snakemake-storage-plugin-fs/issues/13)) ([1c78d88](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/1c78d880925ad1af08195d4035028a9117755551))
* respect permissions of the target dir, especially setgid ([#11](https://github.com/snakemake/snakemake-storage-plugin-fs/issues/11)) ([2132a5a](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/2132a5a845f865fd076235620f8e2a91a2300206))

## [0.2.0](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v0.1.5...v0.2.0) (2024-02-19)


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 = "0.2.0"
version = "1.0.0"
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

0 comments on commit 7b3043b

Please sign in to comment.