Skip to content

Commit

Permalink
Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Jan 6, 2019
1 parent 1f404fc commit 9968dbe
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9968dbe

Please sign in to comment.