aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rw-r--r--cws-status2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 174915c..584562d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,12 @@
CHANGELOG
=========
+v0.0.4 (2023-11-10):
+ Changes:
+
+ * Print an error message if the input regex does not match any extensions
+ instead of a Python runtime error.
+
v0.0.3 (2023-08-08):
Fixes:
diff --git a/cws-status b/cws-status
index 17e4213..5005331 100644
--- a/cws-status
+++ b/cws-status
@@ -29,7 +29,7 @@ from urllib import request
import browser_cookie3
from lxml import html
-VERSION = '0.0.3'
+VERSION = '0.0.4'
EX_USAGE = 64
EX_DATAERR = 65