diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4adfdb6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,55 @@ +# Changelog + +## [Unreleased] + +## [0.3.0] - 2019-01-06 + +### Changed + +- Update `abacom-relay-board` to v0.3.0 + +### Removed + +- Drop support for Rust 1.30 and below + +## [0.2.3] - 2018-08-20 + +### Changed + +- Update dependencies + +## [0.2.2] - 2018-07-22 + +### Changed + +- Update `rustler` to v0.17 + +## [0.2.1] - 2018-05-16 + +### Changed + +- Update `abacom-relay-board` to v0.2.1 + +### Removed + +- Drop support for Rust 1.25 and below + +## [0.2.0] - 2018-04-08 + +### Added + +- Introduce `Arb.reset/1` to reset a relay board + +### Changed + +- Improve build time by only installing library dependencies of `abacom-relay-board` + +## [0.1.0] - 2018-03-31 + +[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/adriankumpf/arb-ex/compare/v0.2.3...v0.3.0 +[0.2.3]: https://github.com/adriankumpf/arb-ex/compare/v0.2.2...v0.2.3 +[0.2.2]: https://github.com/adriankumpf/arb-ex/compare/v0.2.1...v0.2.2 +[0.2.1]: https://github.com/adriankumpf/arb-ex/compare/v0.2.0...v0.2.1 +[0.2.0]: https://github.com/adriankumpf/arb-ex/compare/v0.1.0...v0.2.0 +[0.1.0]: https://github.com/adriankumpf/arb-ex/compare/fe9c436...v0.1.0