Skip to content

Commit a5add59

Browse files
committed
Release 13.0.0
1 parent 7af0cde commit a5add59

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Commit based release not is [release_notes.md](./release_notes.md)
44
Release tags are https://github.com/appium/ruby_lib/releases .
55

66

7+
## 13.0.0 - 2023-06-18
8+
- Ruby 3.0+ is required
9+
710
## 12.3.3 - 2023-04-27
811

912
### Bug fixes

lib/appium_lib/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module Appium
1616
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17-
VERSION = '12.2.2' unless defined? ::Appium::VERSION
18-
DATE = '2023-04-27' unless defined? ::Appium::DATE
17+
VERSION = '13.0.0' unless defined? ::Appium::VERSION
18+
DATE = '2023-06-18' unless defined? ::Appium::DATE
1919
end

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We can avoid the class driver with current `ruby_lib`, but if you'd like to impl
1818
# Setup
1919
## Requirement
2020
- [Appium](https://github.com/appium/appium#requirements)
21-
- Ruby: 2.7+
21+
- Ruby: 3.0+
2222

2323
### Ruby Lib and Appium
2424

0 commit comments

Comments
 (0)