Skip to content

Commit 96ece1a

Browse files
committed
Release 10.0.0
1 parent 2942f7c commit 96ece1a

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
Read `release_notes.md` for commit level details.
44

5-
## [Unreleased]
5+
## [10.0.0] - 2025-02-16
66

77
### Enhancements
8-
9-
### Bug fixes
10-
11-
### Deprecations
128
- Use `http://127.0.0.1:4723` as the default url destination instead of `http://127.0.0.1:4723/wd/hub`
9+
- `--base-path` in appium server may need to drop the `/wd/hub`
1310

1411
## [9.5.2] - 2025-01-30
1512
- Fix yardoc

lib/appium_lib_core/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '9.5.2' unless defined? ::Appium::Core::VERSION
18-
DATE = '2025-01-30' unless defined? ::Appium::Core::DATE
17+
VERSION = '10.0.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2025-02-16' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)