Skip to content

Commit 48f36a9

Browse files
committed
Version bump
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 1d67d8c commit 48f36a9

5 files changed

Lines changed: 20 additions & 5 deletions

File tree

ChangeLog.md

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

2121
***
2222

23+
## [1.6.0]
24+
25+
### Changed
26+
27+
- Reorganized functions in h file
28+
- Renamed some internal variables in the cpp file.
29+
30+
### Added
31+
32+
- Added overload functions `{type}FromHoldingRegister(..)`. These are identical to the `{type}FromRegister(..)` functions.
33+
- Added support for broadcasts to address 0.
34+
35+
***
36+
2337
## [1.5.0]
2438

2539
### Changed
@@ -262,7 +276,8 @@ This information can now be found in its [own repository](https://github.com/Env
262276

263277
***
264278

265-
[Unreleased]: https://github.com/EnviroDIY/SensorModbusMaster/compare/v1.5.0...HEAD
279+
[Unreleased]: https://github.com/EnviroDIY/SensorModbusMaster/compare/v1.6.0...HEAD
280+
[1.6.0]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.6.0
266281
[1.5.0]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.5.0
267282
[1.4.0]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.4.0
268283
[1.3.0]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.3.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.6.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.5.0
51+
PROJECT_NUMBER = 1.6.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.5.0",
3+
"version": "1.6.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.5.0
2+
version=1.6.0
33
author=Sara Damiano <sdamiano@stroudcenter.org>
44
maintainer=Sara Damiano <sdamiano@stroudcenter.org>
55
sentence=Arduino library for communicating via modbus with the Arduino acting as master

0 commit comments

Comments
 (0)