Skip to content

Commit

Permalink
bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Feb 14, 2022
1 parent 895446b commit fbe584d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 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.5.0]

### Added
* Support for `prefix` and `default_target` keywords [[#131][131]]

Expand Down Expand Up @@ -196,7 +198,8 @@ is 40 character long, the line is 48 characters long. However, we were only pass
- First release - so everything you see is new!

[snakemake_grammar]: https://snakemake.readthedocs.io/en/stable/snakefiles/writing_snakefiles.html#grammar
[unreleased]: https://github.com/snakemake/snakefmt/compare/0.4.4...HEAD
[unreleased]: https://github.com/snakemake/snakefmt/compare/0.5.0...HEAD
[0.5.0]: https://github.com/snakemake/snakefmt/releases/tag/0.5.0
[0.4.4]: https://github.com/snakemake/snakefmt/releases/tag/0.4.4
[0.4.3]: https://github.com/snakemake/snakefmt/releases/tag/0.4.3
[0.4.2]: https://github.com/snakemake/snakefmt/releases/tag/0.4.2
Expand Down
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ design and specifications of [Black][black].
- [Plug Us](#plug-us)
- [Changes](#changes)
- [Contributing](#contributing)
- [Cite](#cite)


## Install
Expand Down Expand Up @@ -296,7 +297,7 @@ To do so, create the file `.pre-commit-config.yaml` in the root of your project
```yaml
repos:
- repo: https://github.com/snakemake/snakefmt
rev: 0.2.4 # Replace by any tag/version ≥0.2.4 : https://github.com/snakemake/snakefmt/releases
rev: 0.5.0 # Replace by any tag/version ≥0.2.4 : https://github.com/snakemake/snakefmt/releases
hooks:
- id: snakefmt
```
Expand Down Expand Up @@ -372,6 +373,25 @@ See [`CHANGELOG.md`][changes].

See [CONTRIBUTING.md][contributing].

## Cite

[![DOI][doi-shield]][doi]

```Bibtex
@article{snakemake2021,
doi = {10.12688/f1000research.29032.2},
url = {https://doi.org/10.12688/f1000research.29032.2},
year = {2021},
month = apr,
publisher = {F1000 Research Ltd},
volume = {10},
pages = {33},
author = {Felix M\"{o}lder and Kim Philipp Jablonski and Brice Letcher and Michael B. Hall and Christopher H. Tomkins-Tinch and Vanessa Sochat and Jan Forster and Soohyun Lee and Sven O. Twardziok and Alexander Kanitz and Andreas Wilm and Manuel Holtgrewe and Sven Rahmann and Sven Nahnsen and Johannes K\"{o}ster},
title = {Sustainable data analysis with Snakemake},
journal = {F1000Research}
}
```


[snakemake]: https://snakemake.readthedocs.io/
[black]: https://black.readthedocs.io/en/stable/
Expand All @@ -380,3 +400,5 @@ See [CONTRIBUTING.md][contributing].
[poetry]: https://python-poetry.org
[contributing]: CONTRIBUTING.md
[changes]: CHANGELOG.md
[doi-shield]: https://img.shields.io/badge/DOI-10.12688%2Ff1000research.29032.2-brightgreen.svg
[doi]: https://doi.org/10.12688/f1000research.29032.2
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.4.4"
version = "0.5.0"
description = "The uncompromising Snakemake code formatter"
authors = ["Michael Hall <[email protected]>", "Brice Letcher <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fbe584d

Please sign in to comment.