Skip to content

Commit

Permalink
Merge branch 'main' of github.com:snakemake/snakemake-storage-plugin-fs
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester committed Dec 8, 2023
2 parents 9a66b33 + 46023bc commit e3f27f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.4](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v0.1.3...v0.1.4) (2023-12-08)


### Documentation

* refactor docs ([aeeee93](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/aeeee9331ae1910e8c4d0a1d76d835043fbfb9f5))

## [0.1.3](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v0.1.2...v0.1.3) (2023-12-05)


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.1.3"
version = "0.1.4"
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 e3f27f5

Please sign in to comment.