# 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] ## [1.0.1] - 2020-11-30 - replace unmaintained libusb with rusb ## [1.0.0] - 2020-01-17 - Correcting issue with interfaces. ## [0.2.1] - 2019-10-01 - Detatching kernal before attempting to use device. ## [0.2.0] - 2019-10-01 - Reorganizing code. ## [0.1.0] - 2019-09-27 - Initial release. [Unreleased]: https://github.com/dadleyy/blinkrs/compare/v1.0.1...HEAD [1.0.1]: https://github.com/dadleyy/blinkrs/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/dadleyy/blinkrs/compare/v0.2.1...v1.0.0 [0.2.1]: https://github.com/dadleyy/blinkrs/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/dadleyy/blinkrs/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/dadleyy/blinkrs/releases/tag/v0.1.0