Skip to content

Commit

Permalink
Merge pull request #160 from serokell/diogo/0.2.1-release
Browse files Browse the repository at this point in the history
v0.2.1 release
  • Loading branch information
dcastro authored Sep 24, 2022
2 parents e4fc5d5 + 0871e29 commit 08dd61b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08dd61b

Please sign in to comment.