Skip to content

Commit 2204954

Browse files
committed
Version bump
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
1 parent 641a934 commit 2204954

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

ChangeLog.md

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

2121
***
2222

23+
## [2.3.1]
24+
25+
### Changed
26+
27+
- Increased fudge time for SAMD51 processors and those with matching clocks.
28+
- Changed order of pinMode/digitalWrite to correctly disable resistors.
29+
30+
### Added
31+
32+
- Added a check for too-many-bits for devices that use > 8 bit timers.
33+
34+
### Fixed
35+
36+
- Corrected spelling and formatting errors.
37+
38+
***
39+
2340
## [2.3.0] - 2025-03-04
2441

2542
### Added
@@ -215,6 +232,7 @@ The first "official" release of this interrupt-based SDI-12 library for AVR and
215232
***
216233

217234
[Unreleased]: https://github.com/EnviroDIY/Arduino-SDI-12/compare/v2.2.1...HEAD
235+
[2.3.1]: https://github.com/EnviroDIY/Arduino-SDI-12/releases/tag/v2.3.1
218236
[2.3.0]: https://github.com/EnviroDIY/Arduino-SDI-12/releases/tag/v2.3.0
219237
[2.2.1]: https://github.com/EnviroDIY/Arduino-SDI-12/releases/tag/v2.2.1
220238
[2.2.0]: https://github.com/EnviroDIY/Arduino-SDI-12/releases/tag/v2.2.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.3.1

docs/Doxyfile

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

51-
PROJECT_NUMBER = 2.3.0
51+
PROJECT_NUMBER = 2.3.1
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 viewer a

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SDI-12",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"keywords": "SDI-12, sdi12, communication, bus, sensor, Decagon",
55
"description": "An Arduino library for SDI-12 communication with a wide variety of environmental sensors.",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SDI-12
2-
version=2.3.0
2+
version=2.3.1
33
author=Kevin M. Smith <Kevin@elite-education.org>, Shannon Hicks <shicks@stroudcenter.org>
44
maintainer=Sara Damiano <sdamiano@stroudcenter.org>
55
sentence=An Arduino library for SDI-12 communication with a wide variety of environmental sensors.

0 commit comments

Comments
 (0)