Skip to content

Commit

Permalink
Bump to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian S committed Jan 20, 2020
1 parent 416de2f commit f120405
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 1.0.3 (2020-01-20)

Features:

- enhance ebusd controller with version check
- update all unit tests
- improve NRJavaSerial connector
- add a warning if the received data doesn't match to the found config method.

Bugfixes:

- fix ``FF`` byte issue on sending
- add a warning if a template-block element has no name (more a bug workaround!)
- revert default telegram type to ``master-slave`` if not specified
- harden slave length function, expect no slave data

## 1.0.2 (2020-01-12)

Features:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>eBUS core library - This library handles the communication with heating engineering via the BUS specification. This protocol is used by many heating manufacturers in Europe.</description>
<groupId>de.cs-dev.ebus</groupId>
<artifactId>ebus-core</artifactId>
<version>1.0.2-SNAPSHOT</version>
<version>1.0.3-SNAPSHOT</version>
<url>https://github.com/csowada/ebus</url>
<packaging>bundle</packaging>

Expand Down

0 comments on commit f120405

Please sign in to comment.