Skip to content

Commit c658460

Browse files
authored
Merge branch 'master' into use-client-config
2 parents d31812d + 58e4fc0 commit c658460

File tree

2 files changed

+62
-1
lines changed

2 files changed

+62
-1
lines changed

CHANGELOG.rst

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,67 @@ Changelog
22
=========
33

44

5+
v4.4.0 (2024-11-29)
6+
-------------------
7+
8+
New
9+
~~~
10+
- Feat: Added typing for AppiumBy (#1071) [Brijesh]
11+
12+
* feat: Added typing for AppiumBy types
13+
14+
* fix: using single quotes
15+
16+
* fix: adding selenium typing
17+
18+
* fix: pipeline
19+
20+
Other
21+
~~~~~
22+
- Bump 4.4.0. [Kazuaki Matsuo]
23+
- Chore: dump ruff. [Kazuaki Matsuo]
24+
- Chore(deps): bump selenium from 4.27.0 to 4.27.1 (#1068)
25+
[dependabot[bot], dependabot[bot]]
26+
27+
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.27.0 to 4.27.1.
28+
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
29+
- [Commits](https://github.com/SeleniumHQ/Selenium/commits)
30+
31+
---
32+
updated-dependencies:
33+
- dependency-name: selenium
34+
dependency-type: direct:production
35+
update-type: version-update:semver-patch
36+
...
37+
- Chore(deps): bump selenium from 4.26.1 to 4.27.0 (#1067)
38+
[dependabot[bot], dependabot[bot]]
39+
40+
Bumps [selenium](https://github.com/SeleniumHQ/Selenium) from 4.26.1 to 4.27.0.
41+
- [Release notes](https://github.com/SeleniumHQ/Selenium/releases)
42+
- [Commits](https://github.com/SeleniumHQ/Selenium/commits/selenium-4.27.0)
43+
44+
---
45+
updated-dependencies:
46+
- dependency-name: selenium
47+
dependency-type: direct:production
48+
update-type: version-update:semver-minor
49+
...
50+
- Chore(deps-dev): update ruff requirement from ~=0.7.3 to ~=0.7.4
51+
(#1063) [dependabot[bot], dependabot[bot]]
52+
53+
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.
54+
- [Release notes](https://github.com/astral-sh/ruff/releases)
55+
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
56+
- [Commits](https://github.com/astral-sh/ruff/compare/0.7.3...0.7.4)
57+
58+
---
59+
updated-dependencies:
60+
- dependency-name: ruff
61+
dependency-type: direct:development
62+
...
63+
- Update changelog for 4.3.0. [Kazuaki Matsuo]
64+
65+
566
v4.3.0 (2024-11-12)
667
-------------------
768

appium/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '4.3.0'
1+
version = '4.4.0'

0 commit comments

Comments
 (0)