Skip to content

Commit dd59282

Browse files
committed
Bump version to 0.7.0
1 parent c9e07b6 commit dd59282

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
@@ -11,13 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Added
1313

14-
- Added `Tab.screenshot_b64` and `Element.screenshot_b64` methods to return screenshot as base64 string @falmar
15-
- Added `Tab.print_to_pdf` to print the current page to a PDF file @stephanlensky
16-
1714
### Changed
1815

1916
### Removed
2017

18+
## [0.7.0] - 2025-04-28
19+
20+
### Added
21+
22+
- Added `Tab.screenshot_b64` and `Element.screenshot_b64` methods to return screenshot as base64 string @falmar
23+
- Added `Tab.print_to_pdf` to print the current page to a PDF file @stephanlensky
24+
2125
## [0.6.1] - 2025-04-25
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.6.1"
3+
version = "0.7.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.6.1"
1+
__version__ = "0.7.0"

0 commit comments

Comments
 (0)