From 669772222fe5b2d0273889cca25e35175d3a17f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:56:26 +0000 Subject: [PATCH] v5.24.0 --- .known_good_references | 2 +- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- Gemfile.ruby-2.6.lock | 2 +- lib/openhab/dsl/version.rb | 2 +- templates/default/fulldoc/html/js/app.js | 2 +- templates/default/layout/html/versions.erb | 2 +- 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.known_good_references b/.known_good_references index 181a8dc4e..a1268bdd4 100644 --- a/.known_good_references +++ b/.known_good_references @@ -1,4 +1,4 @@ -/openhab-jruby/5.23 +/openhab-jruby/5.24 /openhab-jruby/main https://bundler.io/ https://bundler.io/guides/bundler_in_a_single_file_ruby_script.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 880de5b8a..d2a96a263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # JRuby openHAB Scripting Change Log +## [v5.24.0](https://github.com/openhab/openhab-jruby/tree/v5.24.0) (2024-07-23) + +### Features + +- Support creating a trigger `profile` by [@jimtng](https://github.com/jimtng) in [#316](https://github.com/openhab/openhab-jruby/pull/316) + +**Full Changelog**: [v5.23.0...v5.24.0](https://github.com/openhab/openhab-jruby/compare/v5.23.0...v5.24.0) + ## [v5.23.0](https://github.com/openhab/openhab-jruby/tree/v5.23.0) (2024-07-22) ### Features diff --git a/Gemfile.lock b/Gemfile.lock index e7bfd758c..1c7778efc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.23.0) + openhab-scripting (5.24.0) bundler (~> 2.2) marcel (~> 1.0) method_source (~> 1.0) diff --git a/Gemfile.ruby-2.6.lock b/Gemfile.ruby-2.6.lock index a85c7781e..a7486fc7a 100644 --- a/Gemfile.ruby-2.6.lock +++ b/Gemfile.ruby-2.6.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.23.0) + openhab-scripting (5.24.0) 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 0898d2d36..c4ee9ebe6 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.23.0" + VERSION = "5.24.0" end end diff --git a/templates/default/fulldoc/html/js/app.js b/templates/default/fulldoc/html/js/app.js index 18c025540..94645364c 100644 --- a/templates/default/fulldoc/html/js/app.js +++ b/templates/default/fulldoc/html/js/app.js @@ -211,7 +211,7 @@ function enableHovers() { } function selectVersion() { - if (document.location.pathname.startsWith("/openhab-jruby/5.23/")) { + if (document.location.pathname.startsWith("/openhab-jruby/5.24/")) { $(".version-button.stable").toggleClass("current"); } else if (document.location.pathname.startsWith("/docs/") || document.location.pathname.startsWith("/openhab-jruby/main/") || diff --git a/templates/default/layout/html/versions.erb b/templates/default/layout/html/versions.erb index fe140b561..a2a803080 100644 --- a/templates/default/layout/html/versions.erb +++ b/templates/default/layout/html/versions.erb @@ -1,6 +1,6 @@