diff --git a/CHANGELOG.md b/CHANGELOG.md index 12aa368..1b08261 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/snakemake/snakemake-logger-plugin-github-status/compare/v0.1.0...v0.1.1) (2026-05-20) + + +### Bug Fixes + +* disable pixi cache ([c9e0c3c](https://github.com/snakemake/snakemake-logger-plugin-github-status/commit/c9e0c3cffb46bb47efd9c669b390c5aabfc3ba53)) + ## 0.1.0 (2026-05-20) diff --git a/pyproject.toml b/pyproject.toml index 760f67a..a655e6e 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.0" +version = "0.1.1" [[project.authors]] name = "Johannes Koester" email = "johannes.koester@uni-due.de"