Skip to content

Commit 991b230

Browse files
committed
Version bump
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 6313ab3 commit 991b230

File tree

5 files changed

+19
-7
lines changed

5 files changed

+19
-7
lines changed

ChangeLog.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,25 @@ 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+
## [0.1.2]
24+
25+
### Changed
26+
1527
- Updated doxygen formatting
1628
- Bumped SensorModbusMaster dependency
1729

1830
### Added
1931

2032
- Added code spell configurations
2133

22-
### Removed
23-
2434
### Fixed
2535

2636
- Fixed spelling errors
@@ -52,5 +62,7 @@ Initial release
5262

5363
***
5464

55-
[Unreleased]: https://github.com/EnviroDIY/GroPointModbus/compare/v0.1.1...HEAD
65+
[Unreleased]: https://github.com/EnviroDIY/GroPointModbus/compare/v0.1.2...HEAD
66+
[0.1.2]: https://github.com/EnviroDIY/GroPointModbus/releases/tag/v0.1.2
67+
[0.1.1]: https://github.com/EnviroDIY/GroPointModbus/releases/tag/v0.1.1
5668
[0.1.0]: https://github.com/EnviroDIY/GroPointModbus/releases/tag/v0.1.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

docs/Doxyfile

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

51-
PROJECT_NUMBER = 0.1.1
51+
PROJECT_NUMBER = 0.1.2
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": "GroPointModbus",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"keywords": "GroPoint, Modbus, communication, bus, sensor",
55
"description": "Arduino library for communication with GroPoint soil moisture sensors via Modbus.",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=GroPointModbus
2-
version=0.1.1
2+
version=0.1.2
33
author=Anthony Aufdenkampe <aaufdenkampe@limno.com>
44
maintainer=Anthony Aufdenkampe <aaufdenkampe@limno.com>
55
sentence=Arduino library for communication with GroPoint soil moisture sensors via Modbus.

0 commit comments

Comments
 (0)