Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
chore(release): 4.45.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.45.0](4.44.2...4.45.0) (2022-09-18)

### Features

* **time:** support arithmetic and comparison operators ([e3466db](e3466db))
* **time_of_day:** support a range of LocalTime for TimeOfDay#between? ([fd12e3d](fd12e3d))

### Documentation

* clean up ordering in Misc section ([a6a0beb](a6a0beb))
  • Loading branch information
semantic-release-bot committed Sep 18, 2022
1 parent a63dd8d commit 0a94a6e
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

## [4.45.0](https://github.com/boc-tothefuture/openhab-jruby/compare/4.44.2...4.45.0) (2022-09-18)


### Features

* **time:** support arithmetic and comparison operators ([e3466db](https://github.com/boc-tothefuture/openhab-jruby/commit/e3466dbf67f49ce4cecae127968848f8c7708879))
* **time_of_day:** support a range of LocalTime for TimeOfDay#between? ([fd12e3d](https://github.com/boc-tothefuture/openhab-jruby/commit/fd12e3db18b0cb75a7a8824baa45909284896499))


### Documentation

* clean up ordering in Misc section ([a6a0beb](https://github.com/boc-tothefuture/openhab-jruby/commit/a6a0bebd1708cee94908e4cbfb804ff5f235bd3d))

### [4.44.2](https://github.com/boc-tothefuture/openhab-jruby/compare/4.44.1...4.44.2) (2022-09-06)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openhab-scripting (4.44.2)
openhab-scripting (4.45.0)
bundler (~> 2.2)
marcel (~> 1.0)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/openhab/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
#
module OpenHAB
# @return [String] Version of OpenHAB helper libraries
VERSION = '4.44.2'
VERSION = '4.45.0'
end

0 comments on commit 0a94a6e

Please sign in to comment.