v0.2.1 release

This commit is contained in:
Diogo Castro 2022-09-23 12:21:30 +01:00
parent e4fc5d530e
commit 0871e29907
No known key found for this signature in database
GPG Key ID: 24CC151ACE03BA28
3 changed files with 7 additions and 1 deletions

View File

@ -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, - [ ] (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. with a summary of all user-facing changes.
* I made sure a tag was created using the format `vX.Y.Z` * 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).

View File

@ -6,6 +6,10 @@
Unreleased Unreleased
========== ==========
0.2.1
==========
* [#127](https://github.com/serokell/xrefcheck/pull/127) * [#127](https://github.com/serokell/xrefcheck/pull/127)
+ Support `Retry-After` headers with dates. + Support `Retry-After` headers with dates.
* [#117](https://github.com/serokell/xrefcheck/pull/117) * [#117](https://github.com/serokell/xrefcheck/pull/117)
@ -54,6 +58,7 @@ Unreleased
0.2 0.2
========== ==========
* [#57](https://github.com/serokell/xrefcheck/pull/57) * [#57](https://github.com/serokell/xrefcheck/pull/57)
+ Added `flavor` field to config. + Added `flavor` field to config.
Also see [config sample](tests/configs/github-config.yaml). Also see [config sample](tests/configs/github-config.yaml).

View File

@ -5,7 +5,7 @@
spec-version: 0.31.0 spec-version: 0.31.0
name: xrefcheck name: xrefcheck
version: 0.2 version: 0.2.1
github: serokell/xrefcheck github: serokell/xrefcheck
license: MPL-2.0 license: MPL-2.0
license-file: LICENSE license-file: LICENSE