Skip to content

Commit 833394d

Browse files
chore(main): release 1.2.5 (#36)
🤖 I have created a release *beep* *boop* --- ## [1.2.5](v1.2.4...v1.2.5) (2025-09-28) ### Bug Fixes * call logging.Handler init in base class ([#34](#34)) ([a3bd247](a3bd247)) * Require emit() method implementation ([#35](#35)) ([71e6372](71e6372)) ### Documentation * add basefilename requirement ([#38](#38)) ([38d2993](38d2993)), closes [#37](#37) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 38d2993 commit 833394d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.5](https://github.com/snakemake/snakemake-interface-logger-plugins/compare/v1.2.4...v1.2.5) (2025-09-28)
4+
5+
6+
### Bug Fixes
7+
8+
* call logging.Handler init in base class ([#34](https://github.com/snakemake/snakemake-interface-logger-plugins/issues/34)) ([a3bd247](https://github.com/snakemake/snakemake-interface-logger-plugins/commit/a3bd247824f2800e454730b82001f826ad073799))
9+
* Require emit() method implementation ([#35](https://github.com/snakemake/snakemake-interface-logger-plugins/issues/35)) ([71e6372](https://github.com/snakemake/snakemake-interface-logger-plugins/commit/71e6372d5c5a3a895de47d41015553987d044103))
10+
11+
12+
### Documentation
13+
14+
* add basefilename requirement ([#38](https://github.com/snakemake/snakemake-interface-logger-plugins/issues/38)) ([38d2993](https://github.com/snakemake/snakemake-interface-logger-plugins/commit/38d29934521734fc16f97a4505a0c88361075bdd)), closes [#37](https://github.com/snakemake/snakemake-interface-logger-plugins/issues/37)
15+
316
## [1.2.4](https://github.com/snakemake/snakemake-interface-logger-plugins/compare/v1.2.3...v1.2.4) (2025-06-05)
417

518

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "snakemake-interface-logger-plugins"
3-
version = "1.2.4"
3+
version = "1.2.5"
44
description = "Logger plugin interface for snakemake"
55
authors = [
66
{ name = "Cade Mirchandani" },

0 commit comments

Comments
 (0)