Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ducminh-phan committed Oct 4, 2022
2 parents 148631d + e788877 commit b6674f5
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 128 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -4,15 +4,15 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 22.6.0
rev: 22.8.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
rev: 4.0.1
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.961
rev: v0.981
hooks:
- id: mypy
additional_dependencies:
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1] - 2022-10-04

### Fixed

- Fix `cattrs`'s breaking changes ([#59](https://github.com/ducminh-phan/reformat-gherkin/issues/59))

## [3.0.0] - 2022-07-16

### Changed
Expand Down Expand Up @@ -99,7 +105,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/v3.0.0...develop
[unreleased]: https://github.com/ducminh-phan/reformat-gherkin/compare/v3.0.1...develop
[3.0.1]: https://github.com/ducminh-phan/reformat-gherkin/compare/v3.0.0...v3.0.1
[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
Expand Down

0 comments on commit b6674f5

Please sign in to comment.