Skip to content

Commit 89f5ed4

Browse files
committed
Bump version to 0.11.0
1 parent 79007b2 commit 89f5ed4

File tree

4 files changed

+472
-466
lines changed

4 files changed

+472
-466
lines changed

CHANGELOG.md

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

1212
### Added
1313

14+
### Changed
15+
16+
### Removed
17+
18+
## [0.11.0] - 2025-07-16
19+
20+
### Added
21+
1422
- Complete rewrite of keyboard input system with new `KeyEvents` class in `zendriver.core.keys` @hvgupta
1523
- Added support for modifiers (Ctrl, Alt, Shift, Meta)
1624
- Added support for special keys including arrows, escape, delete and backspace
@@ -26,8 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2634
- Key event processing now properly handles modifier key sequences @hvgupta
2735
- Update CDP schemas @nathanfallet
2836

29-
### Removed
30-
3137
## [0.10.2] - 2025-07-06
3238

3339
### 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.10.2"
3+
version = "0.11.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]" }]

0 commit comments

Comments
 (0)