Skip to content

Commit 49feb0b

Browse files
chore(master): release 0.11.4 (#273)
1 parent 5fc754d commit 49feb0b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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+
## [0.11.4](https://github.com/snakemake/snakefmt/compare/v0.11.3...v0.11.4) (2026-02-09)
10+
11+
12+
### Bug Fixes
13+
14+
* handle interspersed comments ([#193](https://github.com/snakemake/snakefmt/issues/193)) and complex shell expressions ([#129](https://github.com/snakemake/snakefmt/issues/129)) ([5db51bc](https://github.com/snakemake/snakefmt/commit/5db51bca4f2bae8cb87ec9d9e16a1fbc588659a6))
15+
* preserve comment indentation in run blocks ([#267](https://github.com/snakemake/snakefmt/issues/267)) ([5fc754d](https://github.com/snakemake/snakefmt/commit/5fc754d78c29d6316280f67b7af728d4052a6603))
16+
917
## [0.11.3](https://github.com/snakemake/snakefmt/compare/v0.11.2...v0.11.3) (2026-01-22)
1018

1119

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 = "0.11.3"
3+
version = "0.11.4"
44
description = "The uncompromising Snakemake code formatter"
55
authors = [
66
{ name = "Michael Hall", email = "mhaldini@icloud.com" },

0 commit comments

Comments
 (0)