Skip to content

Commit 4e0001b

Browse files
committed
Release 12.0.0
1 parent 16bc32f commit 4e0001b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

5-
## [11.12.1] - 2025-12-25
5+
## [12.0.0] - 2025-12-28
6+
- Remove `Appium::Core::WebSocket` which was for `appium/device/logcat` endpoint. Please use BiDi log endpoint such as [this test](https://github.com/appium/ruby_lib_core/blob/master/test/functional/android/webdriver/bidi_test.rb) instead.
67
- update RBS files
78

9+
## ~~[11.12.1] - 2025-12-25~~ (Yanked)
10+
- ~~update RBS files~~
11+
812
## [11.12.0] - 2025-11-16
913
- Add more RBS files
1014

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 = '11.2.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2025-12-25' unless defined? ::Appium::Core::DATE
17+
VERSION = '12.0.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2025-12-28' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)