Skip to content

Commit

Permalink
Bump version to 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bricoletc committed Jan 22, 2021
1 parent 01c1f87 commit 8dcdef3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [unreleased]

## [0.2.6]

### Fixed
* Remove use of a Python 3.8-only `logging` module feature ([#89][89])
* Update Python support to ^3.6.1 due to use of `typing` module `NamedTuple`s
* Better support for python/snakemake interspersed code ([#91][91]; [#93][93])

## [0.2.5]

### Added
Expand Down Expand Up @@ -110,7 +117,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.5...HEAD
[unreleased]: https://github.com/snakemake/snakefmt/compare/0.2.6...HEAD
[0.2.6]: https://github.com/snakemake/snakefmt/releases/tag/0.2.6
[0.2.5]: https://github.com/snakemake/snakefmt/releases/tag/0.2.5
[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
Expand All @@ -136,4 +144,7 @@ is 40 character long, the line is 48 characters long. However, we were only pass
[78]: https://github.com/snakemake/snakefmt/issues/78
[80]: https://github.com/snakemake/snakefmt/issues/80
[85]: https://github.com/snakemake/snakefmt/issues/85
[89]: https://github.com/snakemake/snakefmt/issues/89
[91]: https://github.com/snakemake/snakefmt/issues/91
[93]: https://github.com/snakemake/snakefmt/issues/93

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

0 comments on commit 8dcdef3

Please sign in to comment.