Skip to content

Commit 0b37c50

Browse files
chore(main): release 1.0.1 (#234)
🤖 I have created a release *beep* *boop* --- ## [1.0.1](v1.0.0...v1.0.1) (2025-03-13) ### Bug Fixes * skip account setting upon user request ([#224](#224)) ([08a867a](08a867a)) --- 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** - Improved account setup flow, allowing users to opt-out of configuring account settings. - **Chores** - Updated the project version to 1.0.1, with a corresponding release note entry. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 08a867a commit 0b37c50

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.0.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.0.0...v1.0.1) (2025-03-13)
4+
5+
6+
### Bug Fixes
7+
8+
* skip account setting upon user request ([#224](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/224)) ([08a867a](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/08a867a8d7768fa906872c8b8cf065a1830a7491))
9+
310
## [1.0.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.15.1...v1.0.0) (2025-03-12)
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.0.0"
3+
version = "1.0.1"
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)