Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "16.3.1"
".": "16.3.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ New entries are maintained by Release Please.

Release tags are https://github.com/appium/ruby_lib/releases .

## [16.3.2](https://github.com/appium/ruby_lib/compare/v16.3.1...v16.3.2) (2026-09-14)


### Bug Fixes

* metadata in gems ([d727297](https://github.com/appium/ruby_lib/commit/d727297b4fff4e98287058b0ea26c093a0aab334))

## [16.3.1](https://github.com/appium/ruby_lib/compare/v16.3.0...v16.3.1) (2026-09-13)


Expand Down
4 changes: 2 additions & 2 deletions lib/appium_lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@

module Appium
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
VERSION = '16.3.1' unless defined? ::Appium::VERSION
DATE = '2026-09-13' unless defined? ::Appium::DATE # x-release-please-date
VERSION = '16.3.2' unless defined? ::Appium::VERSION
DATE = '2026-09-14' unless defined? ::Appium::DATE # x-release-please-date
end
Loading