Skip to content

Commit bb20869

Browse files
committed
Bumped SensorModbusMaster dependency
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 0fecea8 commit bb20869

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
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+
## [0.2.6]
24+
25+
### Changed
26+
27+
- Bumped SensorModbusMaster dependency
28+
29+
***
30+
2331
## [0.2.5]
2432

2533
### Changed
@@ -79,7 +87,8 @@ Initial release
7987

8088
***
8189

82-
[Unreleased]: https://github.com/EnviroDIY/KellerModbus/compare/v0.2.5...HEAD
90+
[Unreleased]: https://github.com/EnviroDIY/KellerModbus/compare/v0.2.6...HEAD
91+
[0.2.6]: https://github.com/EnviroDIY/YosemitechModbus/releases/tag/v0.2.6
8392
[0.2.5]: https://github.com/EnviroDIY/YosemitechModbus/releases/tag/v0.2.5
8493
[0.2.4]: https://github.com/EnviroDIY/YosemitechModbus/releases/tag/v0.2.4
8594
[0.2.3]: https://github.com/EnviroDIY/YosemitechModbus/releases/tag/v0.2.3

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.5
1+
0.2.6

docs/Doxyfile

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

51-
PROJECT_NUMBER = 0.2.5
51+
PROJECT_NUMBER = 0.2.6
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "KellerModbus",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"keywords": "Keller, Modbus, communication, bus, sensor, water level, pressure",
55
"description": "Arduino library for communication with Keller pressure and water level sensors via Modbus.",
66
"repository": {
@@ -26,7 +26,7 @@
2626
"name": "SensorModbusMaster",
2727
"library id": "1824",
2828
"url": "https://github.com/EnviroDIY/SensorModbusMaster",
29-
"version": "~1.6.5",
29+
"version": "~1.6.6",
3030
"note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as the modbus master.",
3131
"authors": ["Sara Damiano"],
3232
"frameworks": "arduino",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=KellerModbus
2-
version=0.2.5
2+
version=0.2.6
33
author=Anthony Aufdenkampe <aaufdenkampe@limno.com>
44
maintainer=Anthony Aufdenkampe <aaufdenkampe@limno.com>
55
sentence=Arduino library for communication with Keller pressure and water level sensors via Modbus.

0 commit comments

Comments
 (0)