diff options
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rw-r--r-- | cws-status | 2 | 
2 files changed, 7 insertions, 1 deletions
| @@ -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: @@ -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 | 
