From f588ed8739dd9edaf20bdbc37028b8b7c56549dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 15:45:44 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb905f9..9bfea80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/snakemake/snakemake-interface-report-plugins/compare/v1.1.2...v1.2.0) (2025-07-29) + + +### Features + +* add the metadata interface to the reporter class ([#6](https://github.com/snakemake/snakemake-interface-report-plugins/issues/6)) ([447bec4](https://github.com/snakemake/snakemake-interface-report-plugins/commit/447bec4fad598c74ccc6d01348ef6c164cf21247)) + ## [1.1.2](https://github.com/snakemake/snakemake-interface-report-plugins/compare/v1.1.1...v1.1.2) (2025-07-29) diff --git a/pyproject.toml b/pyproject.toml index 693e255..94e3774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-interface-report-plugins" -version = "1.1.2" +version = "1.2.0" description = "The interface for Snakemake report plugins." authors = ["Johannes Koester "] readme = "README.md"