Skip to content

Commit

Permalink
chore: release 0.8.2 (#181)
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 Mar 8, 2023
1 parent 932df73 commit fd5680a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ 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.2](https://www.github.com/snakemake/snakefmt/compare/v0.8.1...v0.8.2) (2023-03-08)


### Bug Fixes

* add .template to default excludes ([610762f](https://www.github.com/snakemake/snakefmt/commit/610762f133c39f771ffbb93b64a50637d8f189f5))
* dont raise NotAnIdentifier function ([#179](https://www.github.com/snakemake/snakefmt/issues/179)) ([932df73](https://www.github.com/snakemake/snakefmt/commit/932df73a175ab98ca6e179184feb98f1d5a6eeac))
* only show diff for changed files ([7b35c16](https://www.github.com/snakemake/snakefmt/commit/7b35c1604a2cab67e6c2b12ca969bcd57a9834be))

### [0.8.1](https://www.github.com/snakemake/snakefmt/compare/v0.8.0...v0.8.1) (2023-02-02)


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

0 comments on commit fd5680a

Please sign in to comment.