Skip to content

Commit

Permalink
chore: release 0.8.0 (#165)
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>
Co-authored-by: Michael Hall <[email protected]>
  • Loading branch information
github-actions[bot] and mbhall88 authored Dec 19, 2022
1 parent 27a12b5 commit 22e78c3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ 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.0](https://github.com/snakemake/snakefmt/compare/v0.7.0...v0.8.0) (2022-12-19)


### Features

* add support for resource_scopes directive ([67fb11b](https://github.com/snakemake/snakefmt/commit/67fb11b40cb6ea5e3e6d89fcf8a367e4fbe17ada))
* add support for resource_scopes directive ([514192a](https://github.com/snakemake/snakefmt/commit/514192afabbf60edf3f2a800b390590c385679c8))


### Bug Fixes

* 159 ([1423e6b](https://github.com/snakemake/snakefmt/commit/1423e6b35377ef2431aa7400155ac69b10afb12e))
* indentation issues from [#124](https://github.com/snakemake/snakefmt/issues/124) ([399ec55](https://github.com/snakemake/snakefmt/commit/399ec55c76b2c3b7d664c90f9e8a604e47d07ee9))
* relax importlib_metadata version pin [[#162](https://github.com/snakemake/snakefmt/issues/162)] ([49b4f02](https://github.com/snakemake/snakefmt/commit/49b4f02dce21dd0964c1248a2f3114c3507831e1))
* relax importlib_metadata version pin [[#162](https://github.com/snakemake/snakefmt/issues/162)] ([ab91f9f](https://github.com/snakemake/snakefmt/commit/ab91f9f226cccf7a16a374254dc14b3e7b50ba53))

## [0.7.0](https://github.com/snakemake/snakefmt/compare/v0.6.1...v0.7.0) (2022-11-08)


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

0 comments on commit 22e78c3

Please sign in to comment.