GY-63_MS5611/libraries/DS18B20_INT/CHANGELOG.md
2022-11-02 15:15:02 +01:00

50 lines
844 B
Markdown

# Change Log DistanceTable
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.2.1] - 2022-11-02
- add changelog.md
- add rp2040 to build-CI
## [0.2.0] - 2022-06-23
- fix #10 getTempCentiC() (thanks negroKiordi)
- fix reading sensor
----
## [0.1.7] - 2021-12-17
- update library.json
- update license
- minor edits
## [0.1.6] - 2021-10-03
- add dependency
- fix build-CI
## [0.1.5] - 2021-06-16
- add retries parameter to begin()
## [0.1.4] - 2021-05-26
- add OneWire.reset() to begin()
## [0.1.3] - 2020-12-20
- add Arduino-CI + unit test
## [0.1.2] - 2020-08-05
- refactor
- sync with DS18B20
## [0.1.1] - 2019-??-??
## [0.1.0] - 2017-07-25
- initial version