Skip to content

Commit 235f96b

Browse files
committed
chore: bump ruby client
1 parent 5a13ce8 commit 235f96b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

finder/ruby/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
4343
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
4444

4545
## Changelog
46+
- 0.6.0
47+
- Fix type of `match_root` and `first_match_only` in `by_ancestor` and `by_descendant`
4648
- 0.5.0
47-
= Support appium_lib_core version to v7 as well. The appium_lib_core requires Ruby v3.
49+
- Support appium_lib_core version to v7 as well. The appium_lib_core requires Ruby v3.
4850
- 0.4.2
4951
- Relax the dependency version restriction
5052
- 0.4.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Appium
22
module Flutter
33
module Finder
4-
VERSION = '0.5.0'.freeze
4+
VERSION = '0.6.0'.freeze
55
end
66
end
77
end

0 commit comments

Comments
 (0)