From 03524980c7d23ba02415fb352af99e4c6eb7f613 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 22:59:26 +0000 Subject: [PATCH] v5.31.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 c2e14dd8b..5eacbebab 100644 --- a/.known_good_references +++ b/.known_good_references @@ -1,4 +1,4 @@ -/openhab-jruby/5.30 +/openhab-jruby/5.31 /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 e8943ff8a..d643404de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # JRuby openHAB Scripting Change Log +## [v5.31.0](https://github.com/openhab/openhab-jruby/tree/v5.31.0) (2024-10-03) + +### Features + +- Add CCT helpers for HSBType by [@ccutrer](https://github.com/ccutrer) in [#347](https://github.com/openhab/openhab-jruby/pull/347) + +**Full Changelog**: [v5.30.1...v5.31.0](https://github.com/openhab/openhab-jruby/compare/v5.30.1...v5.31.0) + ## [v5.30.1](https://github.com/openhab/openhab-jruby/tree/v5.30.1) (2024-10-03) ### Features diff --git a/Gemfile.lock b/Gemfile.lock index 348a73a22..9e3f7d3bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.30.1) + openhab-scripting (5.31.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 2ad5460da..5272d9e19 100644 --- a/Gemfile.ruby-2.6.lock +++ b/Gemfile.ruby-2.6.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.30.1) + openhab-scripting (5.31.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 a338ad2aa..7437d8093 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.30.1" + VERSION = "5.31.0" end end diff --git a/templates/default/fulldoc/html/js/app.js b/templates/default/fulldoc/html/js/app.js index 7ab1ef12d..c00d3f0a9 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.30/")) { + if (document.location.pathname.startsWith("/openhab-jruby/5.31/")) { $(".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 b357acf45..3f8e38b8f 100644 --- a/templates/default/layout/html/versions.erb +++ b/templates/default/layout/html/versions.erb @@ -1,6 +1,6 @@