From 94d55601ae4283caa44b507ff86bf02c7202f7aa Mon Sep 17 00:00:00 2001 From: Diogo Castro Date: Tue, 25 Oct 2022 10:27:27 +0100 Subject: [PATCH] v0.2.2 release --- CHANGES.md | 4 ++++ package.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2f0bc6b0..e6522e26 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,10 @@ Unreleased ========== + +0.2.2 +========== + * [#145](https://github.com/serokell/xrefcheck/pull/145) + Add check that there is no unknown fields in config. * [#158](https://github.com/serokell/xrefcheck/pull/158) diff --git a/package.yaml b/package.yaml index 08d588e2..26278a17 100644 --- a/package.yaml +++ b/package.yaml @@ -5,7 +5,7 @@ spec-version: 0.31.0 name: xrefcheck -version: 0.2.1 +version: 0.2.2 github: serokell/xrefcheck license: MPL-2.0 license-file: LICENSE