Release 1.5.0: controls inventory and data-URI truncation.
Also align __version__ with the unified product version.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .session import AsyncExtractorSession, ExtractorSession
|
||||
|
||||
__all__ = ["AsyncExtractorSession", "ExtractorSession"]
|
||||
__version__ = "1.3.0"
|
||||
__version__ = "1.5.0"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user