Skip to content

Commit a346e95

Browse files
committed
Bump version to 0.14.1
1 parent ab50a25 commit a346e95

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-
- Fix calls to `evaluate` that return JSON: only set `serialization_options` when `return_by_value=False` @thromer
13-
- Fix [#184](https://github.com/cdpdriver/zendriver/issues/184): `download_path` error in `DownloadExpectation` @MadsHangaard
14-
1512
### Added
1613

1714
### Changed
1815

1916
### Removed
2017

18+
## [0.14.1] - 2025-09-07
19+
20+
### Fixed
21+
22+
- Fix calls to `evaluate` that return JSON: only set `serialization_options` when `return_by_value=False` @thromer
23+
- Fix [#184](https://github.com/cdpdriver/zendriver/issues/184): `download_path` error in `DownloadExpectation` @MadsHangaard
24+
2125
## [0.14.0] - 2025-08-28
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.14.0"
3+
version = "0.14.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.14.0"
1+
__version__ = "0.14.1"

0 commit comments

Comments
 (0)