Skip to content

Commit 1ce1853

Browse files
v5.38.3
1 parent c15ae91 commit 1ce1853

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

Diff for: CHANGELOG.md

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

3+
## [v5.38.3](https://github.com/openhab/openhab-jruby/tree/v5.38.3) (2025-04-15)
4+
5+
### Bug Fixes
6+
7+
- console irb: Require irb ~> 1.14 to allow the version shipped with JRuby 10 by [@jimtng](https://github.com/jimtng) in [#439](https://github.com/openhab/openhab-jruby/pull/439)
8+
- Fix JRuby 10.0 compatibility: use `itr` instead of `it` for iterator by [@ccutrer](https://github.com/ccutrer) in [#444](https://github.com/openhab/openhab-jruby/pull/444)
9+
- Fix various "instance vars on non-persistent Java type" warnings on JRuby 10 by [@ccutrer](https://github.com/ccutrer) in [#450](https://github.com/openhab/openhab-jruby/pull/450)
10+
11+
**Full Changelog**: [v5.38.2...v5.38.3](https://github.com/openhab/openhab-jruby/compare/v5.38.2...v5.38.3)
12+
313
## [v5.38.2](https://github.com/openhab/openhab-jruby/tree/v5.38.2) (2025-04-13)
414

515
### Bug Fixes

Diff for: 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.2)
12+
openhab-scripting (5.38.3)
1313
bundler (~> 2.2)
1414
marcel (~> 1.0)
1515
method_source (~> 1.0)

Diff for: 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.2"
7+
VERSION = "5.38.3"
88
end
99
end

0 commit comments

Comments
 (0)