Skip to content

Commit 05ae61d

Browse files
chore: release 0.8.4 (#189)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b5e25c5 commit 05ae61d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ 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.8.4](https://www.github.com/snakemake/snakefmt/compare/v0.8.3...v0.8.4) (2023-04-04)
10+
11+
12+
### Bug Fixes
13+
14+
* add localrule directive ([#187](https://www.github.com/snakemake/snakefmt/issues/187)) ([b5e25c5](https://www.github.com/snakemake/snakefmt/commit/b5e25c540bfe334c85b477376c58e39f7dd971c6))
15+
916
### [0.8.3](https://www.github.com/snakemake/snakefmt/compare/v0.8.2...v0.8.3) (2023-03-15)
1017

1118

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakefmt"
3-
version = "0.8.3"
3+
version = "0.8.4"
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)