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 @@
{
".": "13.1.1"
".": "13.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
New entries are generated by Release Please. Historical commit-level details through 13.1.0 remain in `release_notes.md`.

## [13.1.2](https://github.com/appium/ruby_lib_core/compare/v13.1.1...v13.1.2) (2026-09-13)


### Bug Fixes

* tweak release files and metadatas ([5b2f239](https://github.com/appium/ruby_lib_core/commit/5b2f239def3dd17b8caf114bdafe0df16e70071d))

## [13.1.1](https://github.com/appium/ruby_lib_core/compare/v13.1.0...v13.1.1) (2026-09-13)


Expand Down
2 changes: 1 addition & 1 deletion lib/appium_lib_core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module Appium
module Core
VERSION = '13.1.1' unless defined? ::Appium::Core::VERSION
VERSION = '13.1.2' unless defined? ::Appium::Core::VERSION
DATE = '2026-09-13' unless defined? ::Appium::Core::DATE # x-release-please-date
end
end