Skip to content

Commit 34ef219

Browse files
committed
Bump version to 0.13.1
1 parent 5d15cc7 commit 34ef219

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

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

1010
### Fixed
1111

12+
### Added
13+
14+
### Changed
15+
16+
### Removed
17+
18+
## [0.13.1] - 2025-07-27
19+
20+
### Fixed
21+
1222
- Remove unnecessary usage of `typing_extensions` (fixes `No module named 'typing_extensions'` error) @stephanlensky
1323
- Fix verify_cf() @H1steria
1424
- Fix relative coordinates of flash_point() @H1steria
@@ -22,8 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2232
- Remove Connection `__getattr__` and replace it with declared `@property` @nathanfallet
2333
- Deprecate Element `__getattr__` and add `get(name: str)` method @nathanfallet
2434

25-
### Removed
26-
2735
## [0.13.0] - 2025-07-24
2836

2937
### 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.13.0"
3+
version = "0.13.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" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zendriver/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.0"
1+
__version__ = "0.13.1"

0 commit comments

Comments
 (0)