Skip to content

Commit

Permalink
v5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 12, 2023
1 parent eb2dff5 commit 3d83170
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# JRuby openHAB Scripting Change Log

## [v5.6.1](https://github.com/openhab/openhab-jruby/tree/v5.6.1) (2023-09-12)

[Full Changelog](https://github.com/openhab/openhab-jruby/compare/v5.6.0...v5.6.1)

### Features

- Support Ruby Range in cron fields [\#143](https://github.com/openhab/openhab-jruby/pull/143) ([jimtng](https://github.com/jimtng))

### Bug Fixes

- Fix defaults with cron fields `dow` and `dom` [\#142](https://github.com/openhab/openhab-jruby/pull/142) ([jimtng](https://github.com/jimtng))
- Add unit conversion operator \(|\) to java.math.BigDecimal [\#140](https://github.com/openhab/openhab-jruby/pull/140) ([ccutrer](https://github.com/ccutrer))

## [v5.6.0](https://github.com/openhab/openhab-jruby/tree/v5.6.0) (2023-09-08)

[Full Changelog](https://github.com/openhab/openhab-jruby/compare/v5.5.0...v5.6.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
openhab-scripting (5.6.0)
openhab-scripting (5.6.1)
bundler (~> 2.2)
marcel (~> 1.0)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/openhab/dsl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module OpenHAB
module DSL
# Version of openHAB helper libraries
# @return [String]
VERSION = "5.6.0"
VERSION = "5.6.1"
end
end

0 comments on commit 3d83170

Please sign in to comment.