Skip to content

Commit 38e40f4

Browse files
committed
Release 13.0.0
1 parent 862813d commit 38e40f4

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

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

5-
## [12.2.0] - 2026-06-25
5+
## [13.0.0] - 2026-05-10
6+
- Remove extenced methods in `Appium::Core::Base::Driver` only for the appium_lib - which is covered by the library.
7+
8+
## [12.2.0] - 2026-04-19
69
- Add validation for direct connect URL when `direct_connect` capability is `true`.
710

811
## [12.1.0] - 2026-03-21

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 = '12.2.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2026-04-19' unless defined? ::Appium::Core::DATE
17+
VERSION = '13.0.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2026-05-10' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)