Skip to content

chore(main): release 9.21.0#4181

Merged
johanneskoester merged 1 commit into
mainfrom
release-please--branches--main
May 14, 2026
Merged

chore(main): release 9.21.0#4181
johanneskoester merged 1 commit into
mainfrom
release-please--branches--main

Conversation

@snakemake-bot

@snakemake-bot snakemake-bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

9.21.0 (2026-05-13)

Features

  • add a function to help with prepending arguments to filenames; close #672 (#4090) (14ccd1d)

Bug Fixes

  • close plugin handlers after draining QueueListener in LoggerManager.stop() (#4137) (b2a9e69)

Performance Improvements

  • adjust default sqlite PRAGMAs, auto detect network fstype (#4152) (3df2d35)

This PR was generated with Release Please. See documentation.

@coderabbitai

coderabbitai Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The public package version constant __version__ in src/snakemake/__init__.py was changed from "9.20.0" to "9.21.0". No other public symbols, imports, or runtime control flow were modified.

Changes

Version Bump

Layer / File(s) Summary
Version Update
src/snakemake/__init__.py
__version__ changed from "9.20.0" to "9.21.0".

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The PR description does not follow the required template. Required QC checklist items and AI-assistance disclosure sections are completely missing. Add the QC checklist (test case coverage, documentation updates, code review confirmation) and AI-assistance disclosure section from the template to the PR description.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore(main): release 9.21.0' accurately describes the PR's purpose of releasing version 9.21.0, which aligns with the single version bump change in the changeset.
Linked Issues check ✅ Passed The PR updates version 9.21.0 which includes features from issue #672, but the actual implementation of inline join/expand syntax is in a separate PR (#4090) referenced in the changelog, not in this version-bump PR.
Out of Scope Changes check ✅ Passed The PR only updates version in init.py, which is appropriate for an automated release PR generated by Release Please and is entirely within scope.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-please--branches--main

Tip

💬 Introducing Slack Agent: The best way for teams to turn conversations into code.

Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.

  • Generate code and open pull requests
  • Plan features and break down work
  • Investigate incidents and troubleshoot customer tickets together
  • Automate recurring tasks and respond to alerts with triggers
  • Summarize progress and report instantly

Built for teams:

  • Shared memory across your entire org—no repeating context
  • Per-thread sandboxes to safely plan and execute work
  • Governance built-in—scoped access, auditability, and budget controls

One agent for your entire SDLC. Right inside Slack.

👉 Get started


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions

github-actions Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

Please format your code with pixi run format

@snakemake-bot snakemake-bot force-pushed the release-please--branches--main branch 3 times, most recently from b78cbcd to 56eceab Compare May 5, 2026 12:14
@snakemake-bot snakemake-bot changed the title chore(main): release 9.20.1 chore(main): release 9.21.0 May 5, 2026
@snakemake-bot snakemake-bot force-pushed the release-please--branches--main branch 3 times, most recently from 896c155 to 43cb191 Compare May 6, 2026 07:53
@snakemake-bot snakemake-bot force-pushed the release-please--branches--main branch from 43cb191 to 589ae60 Compare May 13, 2026 17:51
@snakemake-bot snakemake-bot force-pushed the release-please--branches--main branch from 589ae60 to 5273ae3 Compare May 13, 2026 18:07
@johanneskoester johanneskoester merged commit d853243 into main May 14, 2026
56 of 60 checks passed
@johanneskoester johanneskoester deleted the release-please--branches--main branch May 14, 2026 08:22
@snakemake-bot

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inline join/expand syntax to support args into multiple command line arguments

2 participants