diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0a95cf..b07164f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.50.3" + ".": "0.50.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da3542..8f05b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ automatically by [release-please](https://github.com/googleapis/release-please); entries below are generated from [Conventional Commit](https://www.conventionalcommits.org/) messages. Do not edit released sections by hand. +## [0.50.4](https://github.com/codeisalifestyle/mithwire/compare/v0.50.3...v0.50.4) (2026-06-13) + + +### Features + +* **stealth:** engine owns all anti-detect stealth ([#2](https://github.com/codeisalifestyle/mithwire/issues/2)) ([cda7806](https://github.com/codeisalifestyle/mithwire/commit/cda7806112d7a7a6b05647fc47aea27f0e8ea8bb)) + ## [0.50.3] - 2026-06-04 Rebrand to `mithwire`: a maintained, stealth-focused fork of nodriver that diff --git a/mithwire/__init__.py b/mithwire/__init__.py index 4915ebd..df07712 100644 --- a/mithwire/__init__.py +++ b/mithwire/__init__.py @@ -33,4 +33,4 @@ "compute_launch_args", ] -__version__ = "0.50.3" \ No newline at end of file +__version__ = "0.50.4" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e6395f6..b250788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "mithwire" # Required -version = "0.50.3" # Required +version = "0.50.4" # Required description = "Stealth browser automation framework that talks directly to Chrome via CDP (no webdriver, no chromedriver). A maintained fork of nodriver." readme = {file = "README.md", content-type = "text/markdown"} # Optional