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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.0.0](https://github.com/snakemake/snakemake-interface-logger-plugins/compare/v1.2.5...v2.0.0) (2025-09-28)


### ⚠ BREAKING CHANGES

* All LogHandlerBase subclasses must now implement the emit() method.

### Features

* Add test baseclass ([#39](https://github.com/snakemake/snakemake-interface-logger-plugins/issues/39)) ([1b4f2b2](https://github.com/snakemake/snakemake-interface-logger-plugins/commit/1b4f2b29e5bd28d9a079cc51fe56dffe3089dbe1))


### Bug Fixes

* require emit() method implementation in LogHandlerBase ([#41](https://github.com/snakemake/snakemake-interface-logger-plugins/issues/41)) ([f3d56fe](https://github.com/snakemake/snakemake-interface-logger-plugins/commit/f3d56fee72902734797f9ae9b81afabbeb2631c9))

## [1.2.5](https://github.com/snakemake/snakemake-interface-logger-plugins/compare/v1.2.4...v1.2.5) (2025-09-28)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "snakemake-interface-logger-plugins"
version = "1.2.5"
version = "2.0.0"
description = "Logger plugin interface for snakemake"
authors = [
{ name = "Cade Mirchandani" },
Expand Down