Skip to content

Commit ee673c7

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

File tree

5 files changed

+18
-7
lines changed

5 files changed

+18
-7
lines changed

ChangeLog.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1212

1313
### Changed
1414

15+
### Added
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
***
22+
23+
## [1.3.0]
24+
25+
### Changed
26+
1527
- The sendCommand function will now return a value of > 4095 (0x0FFF) if there has been an error. The upper most byte of the uint16_t response to the command is the modbus error code. This makes it much easier to differentiate error responses and no responses.
1628

1729
### Added
@@ -22,8 +34,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2234
- Added an enum for modbus error codes.
2335
- Added a variable to store the last error code, which can be checked with `getLastError()` and printed with `printLastError()`.
2436

25-
### Removed
26-
2737
### Fixed
2838

2939
- Fixed calculate of expected return size
@@ -219,7 +229,8 @@ This information can now be found in its [own repository](https://github.com/Env
219229

220230
***
221231

222-
[Unreleased]: https://github.com/EnviroDIY/SensorModbusMaster/compare/v1.2.0...HEAD
232+
[Unreleased]: https://github.com/EnviroDIY/SensorModbusMaster/compare/v1.3.0...HEAD
233+
[1.3.0]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.3.0
223234
[1.2.0]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.2.0
224235
[1.1.0]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.1.0
225236
[1.0.1]: https://github.com/EnviroDIY/SensorModbusMaster/releases/tag/v1.0.1

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.0
1+
1.3.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.2.0
51+
PROJECT_NUMBER = 1.3.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.2.0",
3+
"version": "1.3.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.2.0
2+
version=1.3.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)