Skip to content

Commit 050e8b5

Browse files
michaelblaessclaude
andcommitted
release: v1.15.0 (Startblock-Fix (Start brach mit NameError ab), Sitzungsklammer in fault.log)
Der Startblock steht jetzt am Dateiende, und tests/test_programmstart.py startet das Paket als echten Unterprozess - die Testsuite allein konnte einen nicht startenden Release nicht sehen. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 0f1087c commit 050e8b5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "console-error-scanner"
7-
version = "1.14.0"
7+
version = "1.15.0"
88
description = "TUI tool to scan websites for console errors and HTTP errors"
99
requires-python = ">=3.12"
1010
dependencies = [
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Console Error Scanner - Website-Scanner fuer Console- und HTTP-Fehler."""
22

3-
__version__ = "1.14.0"
3+
__version__ = "1.15.0"
44
__author__ = "Michael Blaess"
55
__year__ = "2026"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)