From 650a46862f29fac0adec8d74023001edfecb6bdb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 14:07:03 +0000 Subject: [PATCH] chore(main): release 0.1.5 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd2949..118923b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.5](https://github.com/snakemake/snakemake-software-deployment-plugin-envmodules/compare/v0.1.4...v0.1.5) (2025-09-19) + + +### Bug Fixes + +* update to latest interface ([#10](https://github.com/snakemake/snakemake-software-deployment-plugin-envmodules/issues/10)) ([1b472a4](https://github.com/snakemake/snakemake-software-deployment-plugin-envmodules/commit/1b472a44d33bf245298b33db937b94e60cfdce68)) +* update to latest interface ([#8](https://github.com/snakemake/snakemake-software-deployment-plugin-envmodules/issues/8)) ([87d0e9d](https://github.com/snakemake/snakemake-software-deployment-plugin-envmodules/commit/87d0e9d6958924ae5b6a169073c9ea6e53995dd9)) + ## [0.1.4](https://github.com/snakemake/snakemake-software-deployment-plugin-envmodules/compare/v0.1.3...v0.1.4) (2025-03-14) diff --git a/pyproject.toml b/pyproject.toml index f2e6384..1efc760 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakemake-software-deployment-plugin-envmodules" -version = "0.1.4" +version = "0.1.5" authors = [{ name = "Johannes Köster", email = "johannes.koester@uni-due.de" }] description = "Software deployment plugin for Snakemake using environment modules." readme = "README.md"