We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306d68a commit bbea22dCopy full SHA for bbea22d
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+## 2.6.0 (2025-08-10)
2
+
3
+### Feat
4
5
+- add DownloadTimeout exception for file download timeouts
6
+- add context manager for handling file downloads in Tab class
7
8
+### Refactor
9
10
+- add type checking for connection handler in mixin class
11
+- add type overloads for event callback in Browser class
12
13
## 2.5.0 (2025-08-07)
14
15
### Feat
cz.yaml
@@ -2,4 +2,4 @@
commitizen:
name: cz_conventional_commits
tag_format: $version
- version: 2.5.0
+ version: 2.6.0
0 commit comments