Releases: GregMefford/blinkchain
Releases · GregMefford/blinkchain
Release v1.0.0
v1.0.0
This is a major overhaul of nerves_neopixel, including a rename to blinkchain.
Check out the new README, Hexdocs, and the included example project to see how it works!
v1.0.0-rc0
v1.0.0-rc0
This is a major overhaul of nerves_neopixel, including a rename to blinkchain.
Check out the new README, Hexdocs, and the included example project to see how it works!
Until the final 1.0.0 release is published, so you can try the release candidate using:
def deps do
[
{:blinkchain, "~> 1.0.0-rc0"}
]
endv0.4.0
Adds support for Raspberry Pi 3 A+ and B+ models.
v0.3.2
Features
- Support for Raspberry Pi Zero and Zero W
- Several small robustness improvements
v0.3.1
Changes
- Relax the version constraint on
elixir_make - Fix broken tests
- Fix deprecation warnings for Elixir 1.4
v0.3.0
Add elixir_make to mix.lock