Skip to content

Commit d868519

Browse files
chore: release 0.8.3 (#184)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 32d6c53 commit d868519

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ 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.3](https://www.github.com/snakemake/snakefmt/compare/v0.8.2...v0.8.3) (2023-03-15)
10+
11+
12+
### Bug Fixes
13+
14+
* handle decorators after snakecode ([#185](https://www.github.com/snakemake/snakefmt/issues/185)) ([32d6c53](https://www.github.com/snakemake/snakefmt/commit/32d6c537eb8698d55a1ae5b98da760bd79fa5bb4))
15+
* raise error on empty named param ([#183](https://www.github.com/snakemake/snakefmt/issues/183)) ([b5aa660](https://www.github.com/snakemake/snakefmt/commit/b5aa66052b90618c0c033c9c9e46987d4e8f1ed2))
16+
917
### [0.8.2](https://www.github.com/snakemake/snakefmt/compare/v0.8.1...v0.8.2) (2023-03-08)
1018

1119

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.2"
3+
version = "0.8.3"
44
description = "The uncompromising Snakemake code formatter"
55
authors = ["Michael Hall <michael@mbh.sh>", "Brice Letcher <bletcher@ebi.ac.uk>"]
66
license = "MIT"

0 commit comments

Comments
 (0)