Skip to content

Commit

Permalink
chore: release 0.10.2 (#231)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Michael Hall <michael@mbh.sh>
  • Loading branch information
github-actions[bot] and mbhall88 committed May 8, 2024
1 parent cc9de19 commit 78b1651
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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.2](https://www.github.com/snakemake/snakefmt/compare/v0.10.1...v0.10.2) (2024-05-08)


### Bug Fixes

* Better f-string spacing (2) ([#230](https://www.github.com/snakemake/snakefmt/issues/230)) ([1805818](https://www.github.com/snakemake/snakefmt/commit/18058180ad78093868a81392ca47ced5d48c33f1))

### [0.10.1](https://www.github.com/snakemake/snakefmt/compare/v0.10.0...v0.10.1) (2024-04-15)


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.1"
version = "0.10.2"
description = "The uncompromising Snakemake code formatter"
authors = ["Michael Hall <michael@mbh.sh>", "Brice Letcher <bletcher@ebi.ac.uk>"]
license = "MIT"
Expand Down

0 comments on commit 78b1651

Please sign in to comment.