Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.50.4"
".": "0.50.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mithwire/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
"compute_launch_args",
]

__version__ = "0.50.4"
__version__ = "0.50.5"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down