Skip to content

Commit 857e2a9

Browse files
chore(main): release 1.2.5 (#268)
🤖 I have created a release *beep* *boop* --- ## [1.2.5](v1.2.4...v1.2.5) (2025-05-12) ### Bug Fixes * mastodon secret used workflow, not action ([#267](#267)) ([7e4f7c9](7e4f7c9)) * secret in workflow ([#269](#269)) ([d2bd734](d2bd734)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Added a new release entry for version 1.2.5 in the changelog, detailing recent bug fixes. - **Chores** - Updated the package version to 1.2.5. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent d2bd734 commit 857e2a9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.2.5](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.4...v1.2.5) (2025-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* mastodon secret used workflow, not action ([#267](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/267)) ([7e4f7c9](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/7e4f7c9d4966bc711e2a1cb66ae7a86ea82e1158))
9+
* secret in workflow ([#269](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/269)) ([d2bd734](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/d2bd734e858b2211ea08c3e6d149e6b2f25d0192))
10+
311
## [1.2.4](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.3...v1.2.4) (2025-05-11)
412

513

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-slurm"
3-
version = "1.2.4"
3+
version = "1.2.5"
44
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
55
authors = [
66
"Christian Meesters <[email protected]>",

0 commit comments

Comments
 (0)