From 15bfedb950eaf7242b306f5eaf88110c6172c416 Mon Sep 17 00:00:00 2001 From: Walavouchey <36758269+Walavouchey@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:00:06 +0100 Subject: [PATCH] bump version View changes at: https://github.com/Walavouchey/osu-wiki-tools/compare/v2.0.2...v2.1.0 - Allow `no_native_review_since` tag (by @cl8n) - Fix errors for section links within news posts - Add support for GitHub link checking as suggested by clayton, i.e. links like https://github.com/ppy/osu-wiki/tree/master/news or https://github.com/ppy/osu-wiki/blob/master/CONTRIBUTING.md#testing are checked locally - Fix links like `![](/img/cat.png)` being ignored (when it should be `![](img/cat.png)` - Improve error display a bit (no more "wiki/../news" nonsense, etc) --- wikitools_cli/VERSION.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikitools_cli/VERSION.py b/wikitools_cli/VERSION.py index 311aff2..127c148 100644 --- a/wikitools_cli/VERSION.py +++ b/wikitools_cli/VERSION.py @@ -1 +1 @@ -VERSION = "2.0.2" +VERSION = "2.1.0"