File tree 6 files changed +13
-5
lines changed
6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
- /openhab-jruby/5.36
1
+ /openhab-jruby/5.37
2
2
/openhab-jruby/main
3
3
https://bundler.io/
4
4
https://bundler.io/guides/bundler_in_a_single_file_ruby_script.html
Original file line number Diff line number Diff line change 1
1
# JRuby openHAB Scripting Change Log
2
2
3
+ ## [ v5.37.0] ( https://github.com/openhab/openhab-jruby/tree/v5.37.0 ) (2025-03-25)
4
+
5
+ ### Features
6
+
7
+ - Persistence: support riemann_sum methods by [ @jimtng ] ( https://github.com/jimtng ) in [ #362 ] ( https://github.com/openhab/openhab-jruby/pull/362 )
8
+
9
+ ** Full Changelog** : [ v5.36.2...v5.37.0] ( https://github.com/openhab/openhab-jruby/compare/v5.36.2...v5.37.0 )
10
+
3
11
## [ v5.36.2] ( https://github.com/openhab/openhab-jruby/tree/v5.36.2 ) (2025-03-18)
4
12
5
13
### Bug Fixes
Original file line number Diff line number Diff line change 9
9
PATH
10
10
remote: .
11
11
specs:
12
- openhab-scripting (5.36.2 )
12
+ openhab-scripting (5.37.0 )
13
13
bundler (~> 2.2 )
14
14
marcel (~> 1.0 )
15
15
method_source (~> 1.0 )
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ module OpenHAB
4
4
module DSL
5
5
# Version of openHAB helper libraries
6
6
# @return [String]
7
- VERSION = "5.36.2 "
7
+ VERSION = "5.37.0 "
8
8
end
9
9
end
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ function enableHovers() {
211
211
}
212
212
213
213
function selectVersion ( ) {
214
- if ( document . location . pathname . startsWith ( "/openhab-jruby/5.36 /" ) ) {
214
+ if ( document . location . pathname . startsWith ( "/openhab-jruby/5.37 /" ) ) {
215
215
$ ( ".version-button.stable" ) . toggleClass ( "current" ) ;
216
216
} else if ( document . location . pathname . startsWith ( "/docs/" ) ||
217
217
document . location . pathname . startsWith ( "/openhab-jruby/main/" ) ||
Original file line number Diff line number Diff line change 1
1
< div class ="page-versions ">
2
2
< ul class ="version-switcher ">
3
- < li > < a href ="/openhab-jruby/5.36 " class ="version-button stable "> Stable < small > (5.36 )</ small > </ a > </ li >
3
+ < li > < a href ="/openhab-jruby/5.37 " class ="version-button stable "> Stable < small > (5.37 )</ small > </ a > </ li >
4
4
< li > < a href ="/openhab-jruby/main " class ="version-button main "> Latest < small > (main)</ small > </ a > </ li >
5
5
</ ul >
6
6
<% archived_versions = %w[ ] %>
You can’t perform that action at this time.
0 commit comments