Skip to content

Commit 53e06dc

Browse files
committed
Version Bump
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 4e213aa commit 53e06dc

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

ChangeLog.md

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

1111
## [Unreleased]
1212

13+
### Changed
14+
15+
### Added
16+
17+
### Removed
18+
19+
### Fixed
20+
21+
***
22+
23+
## [0.37.0]
24+
1325
> [!note]
1426
> This release has changes to nearly every file in the entire library (ie, hundreds of files).
1527
> Many of the changes are spelling and typo fixes found by implementing CSpell code spell checking.
@@ -1082,7 +1094,8 @@ Our first release of the modular sensors library to support easily logging data
10821094

10831095
***
10841096

1085-
[Unreleased]: https://github.com/EnviroDIY/ModularSensors/compare/v0.36.0...HEAD
1097+
[Unreleased]: https://github.com/EnviroDIY/ModularSensors/compare/v0.37.0...HEAD
1098+
[0.37.0]: https://github.com/EnviroDIY/ModularSensors/releases/tag/v0.37.0
10861099
[0.36.0]: https://github.com/EnviroDIY/ModularSensors/releases/tag/v0.36.0
10871100
[0.35.1]: https://github.com/EnviroDIY/ModularSensors/releases/tag/v0.35.1
10881101
[0.35.0]: https://github.com/EnviroDIY/ModularSensors/releases/tag/v0.35.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.36.0
1+
0.37.0

docs/doxyfile

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

51-
PROJECT_NUMBER = 0.36.0
51+
PROJECT_NUMBER = 0.37.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": "EnviroDIY_ModularSensors",
3-
"version": "0.36.0",
3+
"version": "0.37.0",
44
"description": "A library that allows access to multiple sensors through a unified interface. This allows the user to simply access many sensors to log the data or send the data to data repositories like the EnviroDIY data portal.",
55
"keywords": "modular, sensor, sensors, datalogger, logger, low power, sleeping, EnviroDIY, ModularSensors, Mayfly, WikiWatershed, Monitor My Watershed, ThingSpeak",
66
"platforms": ["atmelavr", "atmelsam"],

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ModularSensors
2-
version=0.36.0
2+
version=0.37.0
33
author=Sara Damiano <sdamiano@stroudcenter.org>, Shannon Hicks <shicks@stroudcenter.org>
44
maintainer=Sara Damiano <sdamiano@stroudcenter.org>
55
sentence=A library that allows access to multiple sensors through a unified interface.

src/ModularSensors.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* A pre-release version will always be indicated as slightly ahead of the
2020
* EnviroDIY branch that it is based on.
2121
*/
22-
#define MODULAR_SENSORS_VERSION "0.36.0"
22+
#define MODULAR_SENSORS_VERSION "0.37.0"
2323

2424
// Include the library config before anything else
2525
#include "ModSensorConfig.h"

0 commit comments

Comments
 (0)