Skip to content

Commit e931811

Browse files
committed
Bump version to 0.3.0
1 parent 79e1812 commit e931811

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
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-
- Added `Tab.set_user_agent()` function for programmatically configuring the user-agent, language, and platform @stephanlensky
13-
- Improved a few type annotations (`Connection.send()` function now returns correctly typed values based on the provided `cdp_obj`) @stephanlensky
14-
1512
### Added
1613

1714
### Changed
1815

1916
### Removed
2017

18+
## [0.3.0] - 2025-01-25
19+
20+
### Fixed
21+
22+
- Added `Tab.set_user_agent()` function for programmatically configuring the user-agent, language, and platform @stephanlensky
23+
- Improved a few type annotations (`Connection.send()` function now returns correctly typed values based on the provided `cdp_obj`) @stephanlensky
24+
2125
## [0.2.3] - 2024-12-14
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.2.3"
3+
version = "0.3.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" }]

zendriver/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.3"
1+
__version__ = "0.3.0"

0 commit comments

Comments
 (0)