diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1909d..abf932a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v0.1.2...v0.1.3) (2023-12-05) + + +### Bug Fixes + +* adapt to interface change ([6b1bee0](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/6b1bee0174f8157a85751fe4ce405890168f474e)) + ## [0.1.2](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v0.1.1...v0.1.2) (2023-11-20) diff --git a/pyproject.toml b/pyproject.toml index c2f7120..583d559 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-storage-plugin-fs" -version = "0.1.2" +version = "0.1.3" description = " A Snakemake storage plugin that reads and writes from a locally mounted filesystem using rsync" authors = ["Johannes Koester "] readme = "README.md"