Skip to content

Commit 7223a2b

Browse files
Merge pull request #252 from snakemake/release-please--branches--master
chore(master): release 0.10.3
2 parents 3d13987 + 1f8f41b commit 7223a2b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
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.10.3](https://github.com/snakemake/snakefmt/compare/v0.10.2...v0.10.3) (2025-03-14)
10+
11+
12+
### Documentation
13+
14+
* fix incorrect compare URL ([#234](https://github.com/snakemake/snakefmt/issues/234)) ([4c5e677](https://github.com/snakemake/snakefmt/commit/4c5e6779d443f6d53c55a7315ddddfe47e2799ae))
15+
* update pre commit example ([#232](https://github.com/snakemake/snakefmt/issues/232)) ([048b5b0](https://github.com/snakemake/snakefmt/commit/048b5b009de2c86217a7f18ecd0b710286fbbf51))
16+
917
### [0.10.2](https://www.github.com/snakemake/snakefmt/compare/v0.10.1...v0.10.2) (2024-05-08)
1018

1119

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakefmt"
3-
version = "0.10.2"
3+
version = "0.10.3"
44
description = "The uncompromising Snakemake code formatter"
55
authors = ["Michael Hall <[email protected]>", "Brice Letcher <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)