Skip to content

Commit caed916

Browse files
committed
Release 0.1.3
1 parent 9058a2f commit caed916

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

1212
### Added
1313

14-
- Implemented `DOM.scrollableFlagUpdated`. @michaellee94
15-
1614
### Changed
1715

1816
### Removed
1917

18+
## [0.1.3] - 2024-11-12
19+
20+
### Added
21+
22+
- Added support for `DOM.scrollableFlagUpdated` experimental CDP event. @michaellee94
23+
2024
## [0.1.2] - 2024-11-11
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.2"
3+
version = "0.1.3"
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" }]

0 commit comments

Comments
 (0)