Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.10.3 #233

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


### [0.10.3](https://www.github.com/snakemake/snakefmt/compare/v0.10.2...v0.10.3) (2024-07-09)


### Documentation

* fix incorrect compare URL ([#234](https://www.github.com/snakemake/snakefmt/issues/234)) ([4c5e677](https://www.github.com/snakemake/snakefmt/commit/4c5e6779d443f6d53c55a7315ddddfe47e2799ae))
* update pre commit example ([#232](https://www.github.com/snakemake/snakefmt/issues/232)) ([048b5b0](https://www.github.com/snakemake/snakefmt/commit/048b5b009de2c86217a7f18ecd0b710286fbbf51))

### [0.10.2](https://www.github.com/snakemake/snakefmt/compare/v0.10.1...v0.10.2) (2024-05-08)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snakefmt"
version = "0.10.2"
version = "0.10.3"
description = "The uncompromising Snakemake code formatter"
authors = ["Michael Hall <[email protected]>", "Brice Letcher <[email protected]>"]
license = "MIT"
Expand Down