From 2d5d454a7900a28f18def8660e6aec0ecbf108d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 14:10:26 +0000 Subject: [PATCH] chore(main): release 0.2.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4055e29..4e50927 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/snakemake/snakemake-software-deployment-plugin-envmodules/compare/v0.2.0...v0.2.1) (2026-06-28) + + +### Bug Fixes + +* make identity_attributes/source_path_attributes classmethods ([#15](https://github.com/snakemake/snakemake-software-deployment-plugin-envmodules/issues/15)) ([58af01a](https://github.com/snakemake/snakemake-software-deployment-plugin-envmodules/commit/58af01a036ddc11bc95597d7da282b0b4710d6b6)) + ## [0.2.0](https://github.com/snakemake/snakemake-software-deployment-plugin-envmodules/compare/v0.1.6...v0.2.0) (2026-02-26) diff --git a/pyproject.toml b/pyproject.toml index fb74a15..c00fc4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakemake-software-deployment-plugin-envmodules" -version = "0.2.0" +version = "0.2.1" authors = [{ name = "Johannes Köster", email = "johannes.koester@uni-due.de" }] description = "Software deployment plugin for Snakemake using environment modules." readme = "README.md"