Release 1.5.0: controls inventory and data-URI truncation.
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m12s
CI / Lint + tests (pull_request) Successful in 10m25s

Also align __version__ with the unified product version.
This commit is contained in:
2026-08-09 19:31:58 -04:00
parent 16731a0c92
commit 81ba2461d1
5 changed files with 40 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
from .session import AsyncExtractorSession, ExtractorSession
__all__ = ["AsyncExtractorSession", "ExtractorSession"]
__version__ = "1.3.0"
__version__ = "1.5.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "context-extractor"
version = "1.4.0"
version = "1.5.0"
description = "Capture console/network/errors and extract AI-ready markdown from a Playwright or Camoufox page."
readme = "README.md"
requires-python = ">=3.9"