aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2023-08-08 20:15:26 +0200
committerTeddy Wing2023-08-08 20:15:26 +0200
commit665b2b3ae094b1c4efb80ae87d58e2cc0156dba9 (patch)
tree9badfa5dcc0e7f075d1354985d4b9855359c1fb0
parent9d57acc86a01bd3875bcc888a7b6e21128944a93 (diff)
downloadcws-status-665b2b3ae094b1c4efb80ae87d58e2cc0156dba9.tar.bz2
Increase version v0.0.2 -> v0.0.3v0.0.3
-rw-r--r--CHANGELOG6
-rw-r--r--cws-status2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 424cd65..174915c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,12 @@
CHANGELOG
=========
+v0.0.3 (2023-08-08):
+ Fixes:
+
+ * Correct an out of bounds error on `item_statuses` causing the program to
+ crash for certain inputs.
+
v0.0.2 (2023-05-15):
Fixes:
diff --git a/cws-status b/cws-status
index 02d4a7f..2434b57 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.2'
+VERSION = '0.0.3'
EX_USAGE = 64
EX_NOUSER = 67