Skip to content

Commit ec5f257

Browse files
committed
Bump version to 0.14.0
1 parent 3a6d255 commit ec5f257

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,16 +9,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Fixed
1111

12-
- Add nodriver evaluate serialization options for improved JavaScript evaluation @dbrun3
13-
1412
### Added
1513

16-
- Allow reset expect and intercept @nathanfallet
17-
1814
### Changed
1915

2016
### Removed
2117

18+
## [0.14.0] - 2025-08-28
19+
20+
### Fixed
21+
22+
- Add nodriver evaluate serialization options for improved JavaScript evaluation @dbrun3
23+
24+
### Added
25+
26+
- Allow reset expect and intercept @nathanfallet
27+
2228
## [0.13.1] - 2025-07-27
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.13.1"
3+
version = "0.14.0"
44
description = "A blazing fast, async-first, undetectable webscraping/web automation framework"
55
readme = "README.md"
66
authors = [{ name = "Stephan Lensky", email = "[email protected]" }]

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.13.1"
1+
__version__ = "0.14.0"

0 commit comments

Comments
 (0)