Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading