diff --git a/CHANGELOG.md b/CHANGELOG.md index da15857..5b74bdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.5](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v0.1.4...v0.1.5) (2023-12-20) + + +### Documentation + +* add license to metadata ([ac8cc98](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/ac8cc9893590f59d45d2f9b3bbd1660dd5f9fd55)) +* update metadata ([9a66b33](https://github.com/snakemake/snakemake-storage-plugin-fs/commit/9a66b3341fdbd58aa1211da2f8f0de0cd0057b4c)) + ## [0.1.4](https://github.com/snakemake/snakemake-storage-plugin-fs/compare/v0.1.3...v0.1.4) (2023-12-08) diff --git a/pyproject.toml b/pyproject.toml index 69287c2..43b5919 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-storage-plugin-fs" -version = "0.1.4" +version = "0.1.5" description = " A Snakemake storage plugin that reads and writes from a locally mounted filesystem using rsync" authors = ["Johannes Koester "] readme = "README.md"