aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-05-15 21:33:46 +0200
committerTeddy Wing2023-05-15 21:33:46 +0200
commite29defb64605062d44fd029a1f524464627d1014 (patch)
treeb49963f9b6a37cd94f6cbc4f26ba15092f7b6d0a
parent0faf1c0cf520c08116786f64cc17defa6acd92f1 (diff)
downloadcws-status-0.0.2.tar.bz2
Increase version v0.0.1 -> v0.0.2v0.0.2
-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