Skip to content

Commit 762f7a7

Browse files
committed
Bump version to 0.2.0
1 parent a65e7b4 commit 762f7a7

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16-
- Updated CDP models @stephanlensky
17-
1816
### Removed
1917

18+
## [0.2.0] - 2024-11-17
19+
20+
### Changed
21+
22+
- Updated CDP models @stephanlensky
23+
2024
## [0.1.5] - 2024-11-17
2125

2226
### 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.1.5"
3+
version = "0.2.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.1.5"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)