Skip to content

Commit 9807b6c

Browse files
committed
Bump version to 0.13.0
1 parent 74099cc commit 9807b6c

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-
- Gracefully close the browser process on exit @nathanfallet
13-
1412
### Added
1513

16-
- Add support for Brave browser @H1steria
17-
1814
### Changed
1915

2016
### Removed
2117

18+
## [0.13.0] - 2025-07-24
19+
20+
### Fixed
21+
22+
- Gracefully close the browser process on exit @nathanfallet
23+
24+
### Added
25+
26+
- Add support for Brave browser @H1steria
27+
2228
## [0.12.1] - 2025-07-17
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.12.1"
3+
version = "0.13.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.12.1"
1+
__version__ = "0.13.0"

0 commit comments

Comments
 (0)