From 6a216274198afbadcf98fd3de29b18f004cdc0be Mon Sep 17 00:00:00 2001 From: snakemake-bot Date: Tue, 2 Jun 2026 22:16:25 +0200 Subject: [PATCH] chore(main): release 0.2.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d6781d..0e81788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/snakemake/snakemake-logger-plugin-github-status/compare/v0.1.2...v0.2.0) (2026-06-02) + + +### Features + +* allow to specify run name ([#4](https://github.com/snakemake/snakemake-logger-plugin-github-status/issues/4)) ([23cb6df](https://github.com/snakemake/snakemake-logger-plugin-github-status/commit/23cb6dfbd35774272bc1a239312e2d936bfce330)) + ## [0.1.2](https://github.com/snakemake/snakemake-logger-plugin-github-status/compare/v0.1.1...v0.1.2) (2026-05-20) diff --git a/pyproject.toml b/pyproject.toml index e3e5b4d..131b013 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ dependencies = [ "snakemake-interface-common>=1.22.0,<2", "snakemake-interface-logger-plugins>=2.1.0,<3", "requests>=2.32.5,<3", "gitpython>=3.1.46,<4",] name = "snakemake-logger-plugin-github-status" requires-python = ">=3.11,<4.0" -version = "0.1.2" +version = "0.2.0" description = "A Snakemake logger plugin that reports workflow progress and errors to the GitHub status API." readme = "README.md" license = "MIT"