Skip to content

Commit c67b103

Browse files
committed
Version bump
Signed-off-by: Sara Damiano <[email protected]>
1 parent b6cbcf9 commit c67b103

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
lines changed

ChangeLog.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2020

2121
***
2222

23+
## [1.7.0]
24+
25+
### Added
26+
27+
- Added an error code (IMPROPER_RESPONSE = 0xC) that will be set when the modbus response doesn't match the request. This could be an incorrect value set, a malformed response, or a number of bytes returned from a command is different from that expected.
28+
29+
***
30+
2331
## [1.6.6]
2432

2533
### Fixed
@@ -330,7 +338,8 @@ This information can now be found in its [own repository](https://github.com/Env
330338

331339
***
332340

333-
[Unreleased]: https://github.com/EnviroDIY/SensorModbusMaster/compare/v1.6.6...HEAD
341+
[Unreleased]: https://github.com/EnviroDIY/SensorModbusMaster/compare/v1.7.0...HEAD
342+
[1.7.0]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.7.0
334343
[1.6.6]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.6.6
335344
[1.6.5]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.6.5
336345
[1.6.4]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.6.4

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.6
1+
1.7.0

docs/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = SensorModbusMaster
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.6.6
51+
PROJECT_NUMBER = 1.7.0
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewers a

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SensorModbusMaster",
3-
"version": "1.6.6",
3+
"version": "1.7.0",
44
"keywords": "sensor, modbus, master, EnviroDIY",
55
"description": "Arduino library for communicating via modbus with the Arduino acting as master",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SensorModbusMaster
2-
version=1.6.6
2+
version=1.7.0
33
author=Sara Damiano <[email protected]>
44
maintainer=Sara Damiano <[email protected]>
55
sentence=Arduino library for communicating via modbus with the Arduino acting as master

0 commit comments

Comments
 (0)