From e29defb64605062d44fd029a1f524464627d1014 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 15 May 2023 21:33:46 +0200 Subject: Increase version v0.0.1 -> v0.0.2 --- CHANGELOG | 12 ++++++++++++ cws-status | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..424cd65 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,12 @@ +CHANGELOG +========= + +v0.0.2 (2023-05-15): + Fixes: + + * Add new not authenticated check. + +v0.0.1 (2022-06-25): + First public release. + + vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s* diff --git a/cws-status b/cws-status index d65049b..42cd61b 100644 --- a/cws-status +++ b/cws-status @@ -4,7 +4,7 @@ # # Print the publish status of extensions on the Chrome Web Store. -# Copyright (c) 2022 Teddy Wing +# Copyright (c) 2022–2023 Teddy Wing # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ from urllib import request import browser_cookie3 from lxml import html -VERSION = '0.0.1' +VERSION = '0.0.2' EX_USAGE = 64 EX_NOUSER = 67 -- cgit v1.2.3