Skip to content

Commit faf5fa7

Browse files
authored
chore(master): release 2.0.0 (#297)
1 parent c4e8ad6 commit faf5fa7

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [2.0.0](https://github.com/snakemake/snakefmt/compare/v1.1.0...v2.0.0) (2026-05-22)
10+
11+
12+
### ⚠ BREAKING CHANGES
13+
14+
* shell blocks in rules are now formatted by shfmt by default. Existing Snakefiles may see whitespace and structure changes in their shell directives. Use `--no-format-shell` or `format_shell = false` in `pyproject.toml` to opt out.
15+
16+
### Features
17+
18+
* format shell directives using shfmt ([#295](https://github.com/snakemake/snakefmt/issues/295)) ([a8d131b](https://github.com/snakemake/snakefmt/commit/a8d131b62d88c503d55d8b2e2ebc6a94c28a34d4))
19+
920
## [1.1.0](https://github.com/snakemake/snakefmt/compare/v1.0.0...v1.1.0) (2026-04-07)
1021

1122

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "snakefmt"
3-
version = "1.1.0"
3+
version = "2.0.0"
44
description = "The uncompromising Snakemake code formatter"
55
authors = [
66
{ name = "Michael Hall", email = "mhaldini@icloud.com" },

0 commit comments

Comments
 (0)