diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d81666d..2b8352e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.50.6" + ".": "0.50.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ec2ebfc..a387ab4 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.7](https://github.com/codeisalifestyle/mithwire/compare/v0.50.6...v0.50.7) (2026-06-20) + + +### Bug Fixes + +* **stealth-diagnostic:** stop sync wrapper from shadowing the subpackage ([#10](https://github.com/codeisalifestyle/mithwire/issues/10)) ([5d2ae72](https://github.com/codeisalifestyle/mithwire/commit/5d2ae72be82c4c9986c75b4829526b139c89045c)) + ## [0.50.6](https://github.com/codeisalifestyle/mithwire/compare/v0.50.5...v0.50.6) (2026-06-20) diff --git a/mithwire/__init__.py b/mithwire/__init__.py index eb791d2..92d5409 100644 --- a/mithwire/__init__.py +++ b/mithwire/__init__.py @@ -36,4 +36,4 @@ "run_stealth_diagnostic", ] -__version__ = "0.50.6" \ No newline at end of file +__version__ = "0.50.7" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index b4c3e83..7cbe586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "mithwire" # Required -version = "0.50.6" # Required +version = "0.50.7" # 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