Skip to content

Commit

Permalink
Bump version to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ducminh-phan committed Aug 16, 2021
1 parent 94cdc3d commit 14a1c83
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.1] - 2021-08-16

### Fixed

- Blank lines in docstrings have spaces added ([#46](https://github.com/ducminh-phan/reformat-gherkin/pull/46))

## [2.1.0] - 2021-04-25

### Added
Expand Down Expand Up @@ -68,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[unreleased]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.1.0...develop
[unreleased]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.1.1...develop
[2.1.1]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.0.2...v2.1.0
[2.0.2]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.0.0...v2.0.2
[2.0.0]: https://github.com/ducminh-phan/reformat-gherkin/compare/v1.1.0...v2.0.0
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 = "reformat-gherkin"
version = "2.1.0"
version = "2.1.1"
description = "Formatter for Gherkin language"
readme = "README.md"
authors = ["Duc-Minh Phan <alephvn@gmail.com>"]
Expand Down
2 changes: 1 addition & 1 deletion reformat_gherkin/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit 14a1c83

Please sign in to comment.