- Bump rustler
- Bump dependencies
- Fix published docs
- Upgrade rustler to 0.34
0.12.0 - 2024-06-01
- Bump dependencies
0.11.0 - 2024-03-02
- Require Elixir 1.13
- Upgrade rustler from 0.28 to 0.31
0.10.0 - 2023-05-25
- Add support for OTP 26
- Require Elixir 1.12
0.9.0 - 2022-08-19
- All
:error
tuples now contain anArb.Error
exception struct
0.8.1 - 2022-04-29
- Update dependencies
0.8.0 - 2022-03-01
- Update
rustler
to 0.24
0.7.0 - 2021-09-21
-
Breaking:
Arb.get_active/1
expects a keyword list with the:port
# Before Arb.get_active(port) # After Arb.get_active(port: port)
-
Breaking:
Arb.reset/1
expects a keyword list with the:port
# Before Arb.reset(port) # After Arb.reset(port: port)
-
Upgrade rustler to 0.22.0
-
Bump abacom-relay-board (arb) to 0.5.1
0.6.0 - 2019-12-20
- Bump abacom-relay-board (arb) to 0.5.0
0.5.0 - 2019-09-24
- Support for OTP22
0.4.1 - 2019-05-23
- Update dependencies
0.4.0 - 2019-01-06
- Run on dirty IO scheduler
- Update dependencies
0.3.0 - 2019-01-06
- Update
abacom-relay-board
to v0.3.0
- Drop support for Rust 1.30 and below
0.2.3 - 2018-08-20
- Update dependencies
0.2.2 - 2018-07-22
- Update
rustler
to v0.17
0.2.1 - 2018-05-16
- Update
abacom-relay-board
to v0.2.1
- Drop support for Rust 1.25 and below
0.2.0 - 2018-04-08
- Introduce
Arb.reset/1
to reset a relay board
- Improve build time by only installing library dependencies of
abacom-relay-board