max116xx-10bit/CHANGELOG.md

41 lines
789 B
Markdown
Raw Normal View History

2021-12-12 13:41:59 +01:00
Change Log
=======
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/).
## [unreleased]
2024-06-15 19:05:50 +02:00
## [v0.3.0]
- Update `embedded-hal` to v1.
- Add optional `defmt` feature.
2021-12-14 14:23:10 +01:00
## [v0.2.1]
- README tweaks
## [v0.2.0]
### Added
- Extended and improved type-level support significantly
- Added implementation for externally clocked mode with wakeup delay
- Added simple implementation for using CNVST pin. This is untested because board did not have
CNVST connected
### Changed
- Improved documentation
- Made library easier to use
2021-12-13 11:29:26 +01:00
## [v0.1.1]
- Added badges and some documentation and README tweaks
2021-12-12 13:41:59 +01:00
## [v0.1.0]
- Initial release