Skip to content

Commit

Permalink
chore: release 0.8.4 (#189)
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>
  • Loading branch information
github-actions[bot] authored Apr 5, 2023
1 parent b5e25c5 commit 05ae61d
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.8.4](https://www.github.com/snakemake/snakefmt/compare/v0.8.3...v0.8.4) (2023-04-04)


### Bug Fixes

* add localrule directive ([#187](https://www.github.com/snakemake/snakefmt/issues/187)) ([b5e25c5](https://www.github.com/snakemake/snakefmt/commit/b5e25c540bfe334c85b477376c58e39f7dd971c6))

### [0.8.3](https://www.github.com/snakemake/snakefmt/compare/v0.8.2...v0.8.3) (2023-03-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.8.3"
version = "0.8.4"
description = "The uncompromising Snakemake code formatter"
authors = ["Michael Hall <[email protected]>", "Brice Letcher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 05ae61d

Please sign in to comment.