diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b07164f..139f8e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.50.4" + ".": "0.50.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f05b0c..5a0b4f8 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.5](https://github.com/codeisalifestyle/mithwire/compare/v0.50.4...v0.50.5) (2026-06-13) + + +### Bug Fixes + +* ship the mithwire.stealth subpackage in the wheel ([#5](https://github.com/codeisalifestyle/mithwire/issues/5)) ([1b83bbc](https://github.com/codeisalifestyle/mithwire/commit/1b83bbc499de58355754907ba4c2c830aee1e7f7)) + ## [0.50.4](https://github.com/codeisalifestyle/mithwire/compare/v0.50.3...v0.50.4) (2026-06-13) diff --git a/mithwire/__init__.py b/mithwire/__init__.py index df07712..48886c5 100644 --- a/mithwire/__init__.py +++ b/mithwire/__init__.py @@ -33,4 +33,4 @@ "compute_launch_args", ] -__version__ = "0.50.4" \ No newline at end of file +__version__ = "0.50.5" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4e3e797..582f96c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "mithwire" # Required -version = "0.50.4" # Required +version = "0.50.5" # 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