Skip to content

Commit da063d0

Browse files
chore(master): release 0.11.1 (#260)
1 parent 2f8e693 commit da063d0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.1](https://github.com/snakemake/snakefmt/compare/v0.11.0...v0.11.1) (2025-08-31)
10+
11+
12+
### Bug Fixes
13+
14+
* improve robustness and formatting in snakefmt for complex cases ([#259](https://github.com/snakemake/snakefmt/issues/259)) ([2f8e693](https://github.com/snakemake/snakefmt/commit/2f8e69361c5487534b1be201c8e1e507b56c8210))
15+
916
## [0.11.0](https://github.com/snakemake/snakefmt/compare/v0.10.3...v0.11.0) (2025-03-21)
1017

1118

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakefmt"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "The uncompromising Snakemake code formatter"
55
authors = ["Michael Hall <michael@mbh.sh>", "Brice Letcher <bletcher@ebi.ac.uk>"]
66
license = "MIT"

0 commit comments

Comments
 (0)