diff options
| author | Teddy Wing | 2023-11-10 19:50:05 +0100 |
|---|---|---|
| committer | Teddy Wing | 2023-11-10 19:50:05 +0100 |
| commit | cbd8d8a1153f09953a0e8bc59ed92d63d0ddc984 (patch) | |
| tree | 1bcf614b48e84d45016363859757ce40454a2c53 | |
| parent | 927de7cb45b6004b0c06522bf76e15c1e57c1f31 (diff) | |
| download | cws-status-master.tar.bz2 | |
| -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.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: @@ -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 |
