Skip to content

Commit

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

## [v5.1.0](https://github.com/openhab/openhab-jruby/tree/v5.1.0) (2023-04-19)

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

To use version 5.1 of the library, be sure to update the `gems` setting in the JRubyScripting addon to `>~ 5.1`. The default setting is `~> 5.0.0` which will not upgrade the version to 5.1.

### Features

- Semantic Tag improvements: support tag attributes, tag lookup, and adding tags [\#55](https://github.com/openhab/openhab-jruby/pull/55) ([jimtng](https://github.com/jimtng))

### Bug Fixes

- Fix formatted\_state when state is nil [\#50](https://github.com/openhab/openhab-jruby/pull/50) ([jimtng](https://github.com/jimtng))

## [v5.0.1](https://github.com/openhab/openhab-jruby/tree/v5.0.1) (2023-04-05)

[Full Changelog](https://github.com/openhab/openhab-jruby/compare/v5.0.0...v5.0.1)
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.0.1)
openhab-scripting (5.1.0)
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.0.1"
VERSION = "5.1.0"
end
end

0 comments on commit d50cee2

Please sign in to comment.