Skip to content

Commit 2dd3b33

Browse files
chore(main): release 1.2.3 (#264)
🤖 I have created a release *beep* *boop* --- ## [1.2.3](v1.2.2...v1.2.3) (2025-05-11) ### Bug Fixes * using latest fix for the announcement action ([#263](#263)) ([efd1f88](efd1f88)) --- 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 - **Bug Fixes** - Resolved an issue with the announcement action to use the latest correction. - **Chores** - Updated the version number to 1.2.3. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent efd1f88 commit 2dd3b33

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.2.3](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.2...v1.2.3) (2025-05-11)
4+
5+
6+
### Bug Fixes
7+
8+
* using latest fix for the announcement action ([#263](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/263)) ([efd1f88](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/efd1f88e8426cfd6071819e19f18826ce215a81a))
9+
310
## [1.2.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.1...v1.2.2) (2025-05-08)
411

512

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.2"
3+
version = "1.2.3"
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)