Skip to content

Commit fad53c2

Browse files
committed
Bump version to 0.8.0
1 parent 4197ff3 commit fad53c2

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

CHANGELOG.md

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

1010
### Fixed
1111

12-
- Fixed tests so that they can run on Windows (and still run on Linux like before) @nathanfallet
13-
- Remove usage of asyncio subprocess for better compatibility on Windows @nathanfallet
14-
- Added a missing Chrome Canary path for Windows @nathanfallet
15-
- Added a flag to re-enable `--load-extension` (disabled by default in Chrome 136+) @nathanfallet
16-
1712
### Added
1813

1914
### Changed
2015

2116
### Removed
2217

18+
## [0.8.0] - 2025-06-01
19+
20+
### Fixed
21+
22+
- Fixed tests so that they can run on Windows (and still run on Linux like before) @nathanfallet
23+
- Remove usage of asyncio subprocess for better compatibility on Windows @nathanfallet
24+
- Added a missing Chrome Canary path for Windows @nathanfallet
25+
- Added a flag to re-enable `--load-extension` (disabled by default in Chrome 136+) @nathanfallet
26+
2327
## [0.7.1] - 2025-05-08
2428

2529
### Changed

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.7.1"
3+
version = "0.8.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.7.1"
1+
__version__ = "0.8.0"

0 commit comments

Comments
 (0)