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

45 lines
948 B
Markdown
Raw Normal View History

2022-11-27 03:39:34 -05:00
# Change Log UUID
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/).
2023-11-23 08:08:41 -05:00
## [0.1.6] - 2023-11-23
- update readme.md
2023-02-02 08:42:13 -05:00
## [0.1.5] - 2022-11-26
- update GitHub actions
- update license 2023
- update readme.md
- add **UUID_random_ESP32.ino** seed UUID with build in RNG.
- move code to .cpp
- minor edits
2022-11-27 03:39:34 -05:00
## [0.1.4] - 2022-11-26
- Add RP2040 support to build-CI.
- Add CHANGELOG.md
- update readme.md
- add ESP32 measurements
- minor edits
## [0.1.3] - 2022-06-15
- improve performance generate() again
## [0.1.2] - 2022-06-15
- fix version number
- improve performance generate()
## [0.1.1] - 2022-06-15
- improve performance generate()
- minor edits in readme.md
- fix bug in generator
- define UUID_MODE_VARIANT4
- define UUID_MODE_RANDOM
## [0.1.0] - 2022-06-14
- initial version