File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# JRuby openHAB Scripting Change Log
2
2
3
+ ## [ v5.38.2] ( https://github.com/openhab/openhab-jruby/tree/v5.38.2 ) (2025-04-13)
4
+
5
+ ### Bug Fixes
6
+
7
+ - Resolve $terminal from $console by [ @jimtng ] ( https://github.com/jimtng ) in [ #436 ] ( https://github.com/openhab/openhab-jruby/pull/436 )
8
+
9
+ ** Full Changelog** : [ v5.38.1...v5.38.2] ( https://github.com/openhab/openhab-jruby/compare/v5.38.1...v5.38.2 )
10
+
3
11
## [ v5.38.1] ( https://github.com/openhab/openhab-jruby/tree/v5.38.1 ) (2025-04-12)
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.38.1 )
12
+ openhab-scripting (5.38.2 )
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.38.1 "
7
+ VERSION = "5.38.2 "
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments