GY-63_MS5611/libraries/PrintString/CHANGELOG.md

44 lines
802 B
Markdown
Raw Normal View History

2022-11-22 11:02:48 -05:00
# Change Log printString
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/).
2024-04-11 07:26:27 -04:00
## [0.2.5] - 2024-04-11
- update GitHub actions
- minor edits
2023-11-16 04:39:56 -05:00
## [0.2.4] - 2023-11-15
- update readme.md
2022-11-22 11:02:48 -05:00
## [0.2.3] - 2022-11-22
- add changelog.md
- add RP2040 to build-CI
## [0.2.2] - 2021-12-24
- update library.json
- update license
- minor edits
## [0.2.1] - 2021-11-14
- update Arduino-CI
- update readme.md
- add write(char \* str, uint8_t length) Print interface.
## [0.2.0] - 2021-01-06
- add Arduino-CI + unit test
----
## [0.1.2] - 2020-06-19
- fix library.json
## [0.1.1] - 2020-04-26
- added size
## [0.1.0] - 2017-12-09
- initial version