Skip to content

Commit fc4b71e

Browse files
chore(main): release 1.4.0 (#314)
🤖 I have created a release *beep* *boop* --- ## [1.4.0](v1.3.6...v1.4.0) (2025-06-12) ### Features * adding reservation flag ([#323](#323)) ([d4e0a0f](d4e0a0f)) ### Documentation * review and edit new docs ([#237](#237)) ([ec82a70](ec82a70)) --- 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 - **New Features** - Introduced a reservation flag feature. - **Documentation** - Updated changelog with version 1.4.0 details and refined documentation. - **Chores** - Bumped application version to 1.4.0. - Updated release announcement workflow to use latest Mastodon posting action. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Christian Meesters <cmeesters@users.noreply.github.com>
1 parent d4e0a0f commit fc4b71e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/announce-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Post to Mastodon
19-
uses: snakemake/mastodon-release-post-action@v1.4.0
19+
uses: snakemake/mastodon-release-post-action@v1.4.1
2020
with:
2121
access-token: ${{ secrets.MASTODONBOT }}
2222
pr-title: ${{ github.event.head_commit.message }}

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.6...v1.4.0) (2025-06-12)
4+
5+
6+
### Features
7+
8+
* adding reservation flag ([#323](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/323)) ([d4e0a0f](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/d4e0a0f4160f5336c5bf36be8f097b8a01f77718))
9+
10+
11+
### Documentation
12+
13+
* review and edit new docs ([#237](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/237)) ([ec82a70](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/ec82a70b95652afcbc21d44a4dbca14d78dc8936))
14+
315
## [1.3.6](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.5...v1.3.6) (2025-05-18)
416

517

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-slurm"
3-
version = "1.3.6"
3+
version = "1.4.0"
44
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
55
authors = [
66
"Christian Meesters <meesters@uni-mainz.de>",

0 commit comments

Comments
 (0)