# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] .. ## [0.1.3] Bugfix and cleanup release ## Fixes - Lots of small bugfixes - Lots of small cleanups - Use github actions for CI # [0.1.2] - 2020-05-18 Implement some more basic functionality ## Features - Implement enabling/disabling internal reference - Implement reset command # [0.1.1] - 2020-05-17 Bugfix release. ## Fixes - Fixed bug where CS was not toggled in `write_and_update_dac_channel` # [0.1.0] - 2020-05-17 Initial release. ## Features - Implement basic API with just the commands to write the input and dac registers [Unreleased]: https://github.com/mendelt/ad5668/compare/0.1.2...HEAD [0.1.3]: https://github.com/mendelt/ad5668/releases/tag/0.1.3 [0.1.2]: https://github.com/mendelt/ad5668/releases/tag/0.1.2 [0.1.1]: https://github.com/mendelt/ad5668/releases/tag/0.1.1 [0.1.0]: https://github.com/mendelt/ad5668/releases/tag/0.1.0