Skip to content

Commit 3739af4

Browse files
committed
Bump version to 0.10.0
1 parent 8d6355f commit 3739af4

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12+
### Added
13+
14+
### Changed
15+
16+
### Removed
17+
18+
## [0.10.0] - 2025-07-05
19+
20+
### Fixed
21+
1222
- Refactor element waiting loops in `find_*` and `select*` methods. @H1steria
1323
- Improve `query_selector` error handling to consistently return `None` when a node is not found. @H1steria
1424
- Add user_agent option to allow bypassing cloudflare javascript challenge in headless mode. @H1steria
@@ -18,10 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1828

1929
- Added `mouse_move` and `mouse_click` methods from nodriver. @H1steria
2030

21-
### Changed
22-
23-
### Removed
24-
2531
## [0.9.0] - 2025-07-01
2632

2733
### Added

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.9.0"
3+
version = "0.10.0"
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.9.0"
1+
__version__ = "0.10.0"

0 commit comments

Comments
 (0)