diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 68819b2..f8a9122 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -57,3 +57,4 @@ checkmark indicating that you are sure it is dealt with (be that by irrelevance) - [ ] (After merging) I created a new entry in the [releases](https://github.com/serokell/xrefcheck/releases) page, with a summary of all user-facing changes. * I made sure a tag was created using the format `vX.Y.Z` +- [ ] (After merging) I updated [`xrefcheck-action`](https://github.com/serokell/xrefcheck-action#updating-supported-versions). diff --git a/CHANGES.md b/CHANGES.md index 39d8fe2..79ae5ab 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,10 @@ Unreleased ========== + +0.2.1 +========== + * [#127](https://github.com/serokell/xrefcheck/pull/127) + Support `Retry-After` headers with dates. * [#117](https://github.com/serokell/xrefcheck/pull/117) @@ -54,6 +58,7 @@ Unreleased 0.2 ========== + * [#57](https://github.com/serokell/xrefcheck/pull/57) + Added `flavor` field to config. Also see [config sample](tests/configs/github-config.yaml). diff --git a/package.yaml b/package.yaml index 2b30802..7944c6e 100644 --- a/package.yaml +++ b/package.yaml @@ -5,7 +5,7 @@ spec-version: 0.31.0 name: xrefcheck -version: 0.2 +version: 0.2.1 github: serokell/xrefcheck license: MPL-2.0 license-file: LICENSE