From 93692558a4175e6a3b6f04285eb5a0acc4c0a2a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Apr 2023 21:31:54 +0000 Subject: [PATCH] v5.1.1 --- CHANGELOG.md | 9 +++++++++ Gemfile.lock | 2 +- lib/openhab/dsl/version.rb | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87d43d7e6a..a842ccdfd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # JRuby openHAB Scripting Change Log +## [v5.1.1](https://github.com/openhab/openhab-jruby/tree/v5.1.1) (2023-04-23) + +[Full Changelog](https://github.com/openhab/openhab-jruby/compare/v5.1.0...v5.1.1) + +### Bug Fixes + +- Avoid having to re-lookup Semantics::Property on every reference in 3.4.x [\#66](https://github.com/openhab/openhab-jruby/pull/66) ([ccutrer](https://github.com/ccutrer)) +- Fix version detection against 4.0.0.M\* [\#64](https://github.com/openhab/openhab-jruby/pull/64) ([ccutrer](https://github.com/ccutrer)) + ## [v5.1.0](https://github.com/openhab/openhab-jruby/tree/v5.1.0) (2023-04-19) [Full Changelog](https://github.com/openhab/openhab-jruby/compare/v5.0.1...v5.1.0) diff --git a/Gemfile.lock b/Gemfile.lock index b5eeae8ba6..7361c271c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.1.0) + openhab-scripting (5.1.1) bundler (~> 2.2) marcel (~> 1.0) method_source (~> 1.0) diff --git a/lib/openhab/dsl/version.rb b/lib/openhab/dsl/version.rb index d215e5d800..ba34ebf93d 100644 --- a/lib/openhab/dsl/version.rb +++ b/lib/openhab/dsl/version.rb @@ -4,6 +4,6 @@ module OpenHAB module DSL # Version of openHAB helper libraries # @return [String] - VERSION = "5.1.0" + VERSION = "5.1.1" end end