Skip to content

Commit f4facfc

Browse files
committed
Bump version to 0.10.1
1 parent ffd1c02 commit f4facfc

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

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

1010
### Fixed
1111

12-
- Added `Tab.flash_point` from nodriver @nathanfallet
13-
- Ensured loading is finished in expect @nathanfallet
14-
1512
### Added
1613

1714
### Changed
1815

1916
### Removed
2017

18+
## [0.10.1] - 2025-07-06
19+
20+
### Fixed
21+
22+
- Added `Tab.flash_point` from nodriver @nathanfallet
23+
- Ensured loading is finished in expect @nathanfallet
24+
2125
## [0.10.0] - 2025-07-05
2226

2327
### 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.10.0"
3+
version = "0.10.1"
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.10.0"
1+
__version__ = "0.10.1"

0 commit comments

Comments
 (0)