GY-63_MS5611/libraries/DHT2pin/CHANGELOG.md
2023-01-29 20:16:17 +01:00

998 B

Change Log DHT2pin

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.0] - 2023-01-29

  • add temperature() and humidity() as access function.
  • move code to .cpp
  • removed inline wrappers (minimize concept)
  • update GitHub actions
  • update license 2023
  • update metadata
  • add constants to unit test
  • minor edits

[0.1.3] - 2022-11-01

  • add changelog.md
  • add rp2040 to build-CI

[0.1.2] - 2021-12-16

  • update library.json, license, minor edits

[0.1.1] - 2020-12-19

  • added arduino-ci + unit test

[0.1.0] - 2020-06-30

  • own repository
  • #pragma once

[0.0.3]

  • Fix issue #33

[0.0.2]

  • support for non "F_CPU" boards especially Galileo
  • Tested and verified by Maria Emanuella Moura Silva (thanks)
  • changed name to DHT2pin

[0.0.1] - 2016-09-05

  • initial version - based upon 0.1.13 DHT