diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf62d4..30ac560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.3](https://github.com/snakemake/snakemake-storage-plugin-xrootd/compare/v0.1.2...v0.1.3) (2024-08-20) + + +### Bug Fixes + +* Fix XRootD storage plugin at least for file access ([#8](https://github.com/snakemake/snakemake-storage-plugin-xrootd/issues/8)) ([b7981cc](https://github.com/snakemake/snakemake-storage-plugin-xrootd/commit/b7981cc9bd3119e2bc3d519665151408a7255e92)) +* update dependencies ([#9](https://github.com/snakemake/snakemake-storage-plugin-xrootd/issues/9)) ([417e73d](https://github.com/snakemake/snakemake-storage-plugin-xrootd/commit/417e73d808ede10b9fe819774254e51763b22aa0)) + ## [0.1.2](https://github.com/snakemake/snakemake-storage-plugin-xrootd/compare/v0.1.1...v0.1.2) (2024-04-04) diff --git a/pyproject.toml b/pyproject.toml index 19ad543..a22ea9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "snakemake-storage-plugin-xrootd" -version = "0.1.2" +version = "0.1.3" description = "A Snakemake storage plugin for xrootd storage" authors = [ "Chris Burr ",