Skip to content

Commit

Permalink
bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Nov 12, 2020
1 parent 7dc9519 commit 9ad270c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [unreleased]

## [0.2.4]

### Added

- `pre-commit` hook integration (@jfear)
Expand Down Expand Up @@ -95,7 +97,8 @@ is 40 character long, the line is 48 characters long. However, we were only pass

- First release - so everything you see is new!

[unreleased]: https://github.com/snakemake/snakefmt/compare/0.2.3...HEAD
[unreleased]: https://github.com/snakemake/snakefmt/compare/0.2.4...HEAD
[0.2.4]: https://github.com/snakemake/snakefmt/releases/tag/0.2.4
[0.2.3]: https://github.com/snakemake/snakefmt/releases/tag/0.2.3
[0.2.2]: https://github.com/snakemake/snakefmt/releases/tag/0.2.2
[0.2.1]: https://github.com/snakemake/snakefmt/releases/tag/0.2.1
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.2.3"
version = "0.2.4"
description = "The uncompromising Snakemake code formatter"
authors = ["Michael Hall <[email protected]>", "Brice Letcher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9ad270c

Please sign in to comment.