Skip to content

Commit ed3b105

Browse files
committed
Bump version to 0.8.1
1 parent b04f0cb commit ed3b105

File tree

4 files changed

+468
-464
lines changed

4 files changed

+468
-464
lines changed

CHANGELOG.md

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

1010
### Fixed
1111

12-
- Add an optional `special_characters` flag to `Element.send_keys` to support sending special characters (e.g. emojis) @nathanfallet
13-
1412
### Added
1513

1614
### Changed
1715

1816
### Removed
1917

18+
## [0.8.1] - 2025-06-07
19+
20+
### Fixed
21+
22+
- Add an optional `special_characters` flag to `Element.send_keys` to support sending special characters (e.g. emojis) @nathanfallet
23+
2024
## [0.8.0] - 2025-06-01
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.8.0"
3+
version = "0.8.1"
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)