Skip to content

Commit e184056

Browse files
v5.38.2
1 parent c2f3eed commit e184056

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# JRuby openHAB Scripting Change Log
22

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+
311
## [v5.38.1](https://github.com/openhab/openhab-jruby/tree/v5.38.1) (2025-04-12)
412

513
### Bug Fixes

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
openhab-scripting (5.38.1)
12+
openhab-scripting (5.38.2)
1313
bundler (~> 2.2)
1414
marcel (~> 1.0)
1515
method_source (~> 1.0)

lib/openhab/dsl/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module OpenHAB
44
module DSL
55
# Version of openHAB helper libraries
66
# @return [String]
7-
VERSION = "5.38.1"
7+
VERSION = "5.38.2"
88
end
99
end

0 commit comments

Comments
 (0)