Skip to content

Commit ed403c9

Browse files
chore(main): release 1.1.0 (#236)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](v1.0.1...v1.1.0) (2025-03-14) ### Features * tolerant status checks ([#232](#232)) ([cb20135](cb20135)) ### Bug Fixes * trying syntax fix ([#235](#235)) ([5e591ae](5e591ae)) ### Documentation * rewrite of the documentation ([#219](#219)) ([7d0b44c](7d0b44c)) --- 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 tolerant status checks to improve functionality. - **Bug Fixes** - Resolved a syntax issue. - **Documentation** - Rewrote documentation for enhanced clarity. - **Chores** - Updated the release version to 1.1.0. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent cb20135 commit ed403c9

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.0.1...v1.1.0) (2025-03-14)
4+
5+
6+
### Features
7+
8+
* tolerant status checks ([#232](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/232)) ([cb20135](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/cb20135d5c894cf8b013509576997002c6e6d256))
9+
10+
11+
### Bug Fixes
12+
13+
* trying syntax fix ([#235](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/235)) ([5e591ae](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/5e591aee3a9489f33c67f79c67473244263c8673))
14+
15+
16+
### Documentation
17+
18+
* rewrite of the documentation ([#219](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/219)) ([7d0b44c](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/7d0b44c43841111567e42e38b4c10b84f3efe88d))
19+
320
## [1.0.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.0.0...v1.0.1) (2025-03-13)
421

522

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.0.1"
3+
version = "1.1.0"
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)