Skip to content

Commit

Permalink
chore: release 0.10.0 (snakemake#217)
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 <[email protected]>
  • Loading branch information
github-actions[bot] and mbhall88 authored Jan 31, 2024
1 parent dbd1b83 commit 5482660
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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.0](https://www.github.com/snakemake/snakefmt/compare/v0.9.0...v0.10.0) (2024-01-31)


### Features

* update to black v24 ([cbc6e2f](https://www.github.com/snakemake/snakefmt/commit/cbc6e2f98d97a0577219d94d75827a2eb077c771))


### Bug Fixes

* preserve double curly braces in python code [[#215](https://www.github.com/snakemake/snakefmt/issues/215)] ([1cbcfb1](https://www.github.com/snakemake/snakefmt/commit/1cbcfb1d22d7870c0e7c1201ac7cfa2e4424ec2e))

## [0.9.0](https://www.github.com/snakemake/snakefmt/compare/v0.8.5...v0.9.0) (2024-01-09)


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.9.0"
version = "0.10.0"
description = "The uncompromising Snakemake code formatter"
authors = ["Michael Hall <[email protected]>", "Brice Letcher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 5482660

Please sign in to comment.