Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ducminh-phan committed Jul 16, 2022
1 parent 81eb150 commit bb34e1d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2022-07-16

### Changed

- Update `gherkin-official` version to `24.0.0`
- Keep newlines at the end of table cell values ([#51](https://github.com/ducminh-phan/reformat-gherkin/issues/51))
- Triple backticks in docstrings are not escaped to `` \`\`\` `` ([#32](https://github.com/ducminh-phan/reformat-gherkin/pull/32))

## [2.2.1] - 2022-03-14

### Fixed
Expand Down Expand Up @@ -91,7 +99,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.2.1...develop
[unreleased]: https://github.com/ducminh-phan/reformat-gherkin/compare/v3.0.0...develop
[3.0.0]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.2.1...v3.0.0
[2.2.1]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.1.1...v2.2.0
[2.1.1]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.1.0...v2.1.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "reformat-gherkin"
version = "2.2.1"
version = "3.0.0"
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
@@ -1 +1 @@
__version__ = "2.2.1"
__version__ = "3.0.0"

0 comments on commit bb34e1d

Please sign in to comment.