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

50 lines
904 B
Markdown
Raw Normal View History

2022-11-22 11:00:39 -05:00
# Change Log printSize
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:23:26 -04:00
## [0.3.4] - 2024-04-11
- update GitHub actions
- minor edits
2023-11-16 04:38:25 -05:00
## [0.3.4] - 2023-11-15
- update readme.md
2022-11-22 11:00:39 -05:00
## [0.3.3] - 2022-11-22
- add changelog.md
- add RP2040 to build-CI
- minor edits
## [0.3.2] - 2021-12-24
- update library.json
- update license
- minor edits
## [0.3.1] - 2021-11-13
- update Arduino-CI, readme.md, badges
- add write(str, length) for Print interface.
## [0.3.0] - 2021-01-06
- Arduino-CI + unit test
----
## [0.2.2] - 2020-06-19
- fix library.json
## [0.2.1] - 2020-05-26
- fix #1 - URLS + centering example
## [0.2.0] - 2020-04-30
- add total counter to sum multiple print statements
----
## [0.1.0] - 2017-12-09
- initial version