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.44.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.44.0](4.43.3...4.44.0) (2022-07-31)

### Features

* **rule:** add tags to rules ([d5c29de](d5c29de))
* **rules:** improve rule name inference ([a0b30ec](a0b30ec))

### Code Refactoring

* standardize on java format for java class references ([ae519bf](ae519bf))

### Build System

* change the default openhab version to 3.3.0 ([1fb42d0](1fb42d0))
  • Loading branch information
semantic-release-bot committed Jul 31, 2022
1 parent 0c62734 commit 7255ede
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
JRuby OpenHAB Scripting Change Log

## [4.44.0](https://github.com/boc-tothefuture/openhab-jruby/compare/4.43.3...4.44.0) (2022-07-31)


### Features

* **rule:** add tags to rules ([d5c29de](https://github.com/boc-tothefuture/openhab-jruby/commit/d5c29deabb793d23880463f86285bf6764dfb5c7))
* **rules:** improve rule name inference ([a0b30ec](https://github.com/boc-tothefuture/openhab-jruby/commit/a0b30ec3c3c254cb0e94aec33a048b8723021e60))


### Code Refactoring

* standardize on java format for java class references ([ae519bf](https://github.com/boc-tothefuture/openhab-jruby/commit/ae519bf1b5033a2d7588dd5e338e2e7eabbcb039))


### Build System

* change the default openhab version to 3.3.0 ([1fb42d0](https://github.com/boc-tothefuture/openhab-jruby/commit/1fb42d08566d75725654c864ac21bf597b9c8003))

### [4.43.3](https://github.com/boc-tothefuture/openhab-jruby/compare/4.43.2...4.43.3) (2022-07-25)


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.43.3)
openhab-scripting (4.44.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.43.3'
VERSION = '4.44.0'
end

0 comments on commit 7255ede

Please sign in to comment.