aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG12
-rw-r--r--cws-status4
2 files changed, 14 insertions, 2 deletions
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