From b6b26a7a44a0ab36f899c921d37b26c5781f7370 Mon Sep 17 00:00:00 2001 From: snakemake-bot Date: Wed, 20 May 2026 20:39:38 +0200 Subject: [PATCH] chore(main): release 0.1.2 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b08261..3d6781d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.2](https://github.com/snakemake/snakemake-logger-plugin-github-status/compare/v0.1.1...v0.1.2) (2026-05-20) + + +### Bug Fixes + +* add metadata and use trusted publishing ([5a41946](https://github.com/snakemake/snakemake-logger-plugin-github-status/commit/5a4194665383425605dab5b101083c21925a1c57)) +* disable pixi cache ([c9e0c3c](https://github.com/snakemake/snakemake-logger-plugin-github-status/commit/c9e0c3cffb46bb47efd9c669b390c5aabfc3ba53)) + ## [0.1.1](https://github.com/snakemake/snakemake-logger-plugin-github-status/compare/v0.1.0...v0.1.1) (2026-05-20) diff --git a/pyproject.toml b/pyproject.toml index a1a6b5b..e3e5b4d 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.1" +version = "0.1.2" description = "A Snakemake logger plugin that reports workflow progress and errors to the GitHub status API." readme = "README.md" license = "MIT"