From c84b2e68dd3d43d2a2f95814ce8c55322d99e653 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:49:09 +0200 Subject: [PATCH] chore(main): release 0.1.3 (#10) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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> --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 ",