Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlensky committed Nov 12, 2024
1 parent 0581886 commit ac6fa8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [0.1.2] - 2024-11-11

### Fixed

- Pinned requirement `websockets<14`, fixing the `AttributeError: 'NoneType' object has no attribute 'closed'` crash which occurs on the latest version of `websockets`.
- Fixed incorrect `browser.close()` method in examples and documentation -- the correct method is `browser.stop()`.
- Fixed `atexit` handler to correctly handle async `browser.stop()` method.

## [0.1.1] - 2024-10-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "zendriver"
version = "0.1.1"
version = "0.1.2"
description = "A blazing fast, async-first, undetectable webscraping/web automation framework"
readme = "README.md"
authors = [{ name = "Stephan Lensky", email = "[email protected]" }]
Expand Down

0 comments on commit ac6fa8a

Please sign in to comment.