Skip to content

Commit 9369255

Browse files
v5.1.1
1 parent 619b899 commit 9369255

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [v5.1.1](https://github.com/openhab/openhab-jruby/tree/v5.1.1) (2023-04-23)
4+
5+
[Full Changelog](https://github.com/openhab/openhab-jruby/compare/v5.1.0...v5.1.1)
6+
7+
### Bug Fixes
8+
9+
- Avoid having to re-lookup Semantics::Property on every reference in 3.4.x [\#66](https://github.com/openhab/openhab-jruby/pull/66) ([ccutrer](https://github.com/ccutrer))
10+
- Fix version detection against 4.0.0.M\* [\#64](https://github.com/openhab/openhab-jruby/pull/64) ([ccutrer](https://github.com/ccutrer))
11+
312
## [v5.1.0](https://github.com/openhab/openhab-jruby/tree/v5.1.0) (2023-04-19)
413

514
[Full Changelog](https://github.com/openhab/openhab-jruby/compare/v5.0.1...v5.1.0)

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.1.0)
12+
openhab-scripting (5.1.1)
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.1.0"
7+
VERSION = "5.1.1"
88
end
99
end

0 commit comments

Comments
 (0)