Skip to content

Commit 4272b7b

Browse files
committed
Bump version to 0.4.3
1 parent 2a2cb69 commit 4272b7b

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14+
### Changed
15+
16+
### Removed
17+
18+
## [0.4.3] - 2025-02-11
19+
20+
### Added
21+
1422
- Add logs for Chrome process output on connection failure @stephanlensky
1523

1624
### Changed
1725

1826
- Default and launch changed to use `about:blank` (faster start and less bandwidth) @raycardillo
1927

20-
### Removed
21-
2228
## [0.4.2] - 2025-02-11
2329

2430
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "zendriver"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "A blazing fast, async-first, undetectable webscraping/web automation framework"
55
readme = "README.md"
66
authors = [{ name = "Stephan Lensky", email = "oss@slensky.com" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zendriver/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.2"
1+
__version__ = "0.4.3"

0 commit comments

Comments
 (0)