Skip to content

Commit 247c611

Browse files
bump: version 2.11.0 → 2.12.0
1 parent 221d385 commit 247c611

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2.12.0 (2025-11-04)
2+
3+
### Feat
4+
5+
- **execute_script**: validate element argument usage
6+
- **tab,element,chrome**: revert arguments and add Chromium paths
7+
- add a retry decorator for handling function execution failures
8+
9+
### Fix
10+
11+
- import TopLevelTargetRequired in test_browser_tab.py
12+
- allow one additional retry attempt in the retry decorator
13+
14+
### Refactor
15+
16+
- **tab,element**: simplify execute_script parameters
17+
- **element**: move and enhance execute_script from tab
18+
- **tab**: separate execute_script concerns and enhance with comprehensive options
19+
120
## 2.11.0 (2025-11-02)
221

322
### Feat

cz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
commitizen:
33
name: cz_conventional_commits
44
tag_format: $version
5-
version: 2.11.0
5+
version: 2.12.0

0 commit comments

Comments
 (0)