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 Mar 14, 2022
2 parents 2eb118b + e51d824 commit f7cd578
Show file tree
Hide file tree
Showing 7 changed files with 251 additions and 212 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Expand Up @@ -4,15 +4,15 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 21.12b0
rev: 22.1.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.940
hooks:
- id: mypy
additional_dependencies:
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,9 +1,10 @@
language: python
dist: xenial
dist: focal
python:
- "3.7"
- "3.8"
- "3.9"
- "3.10"
jobs:
include:
- python: "3.7"
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]

## [2.2.1] - 2022-03-14

### Fixed

- Update `click` and `PyYAML` version specification

## [2.2.0] - 2022-01-29

### Fixed
Expand Down Expand Up @@ -85,7 +91,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.0...develop
[unreleased]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.2.1...develop
[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
[2.1.0]: https://github.com/ducminh-phan/reformat-gherkin/compare/v2.0.2...v2.1.0
Expand Down
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -5,6 +5,7 @@ jobs:
- '3.7'
- '3.8'
- '3.9'
- '3.10'
images:
- 'ubuntu-latest'
- 'macOS-latest'
Expand Down

0 comments on commit f7cd578

Please sign in to comment.