Skip to content

Commit

Permalink
v0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 1, 2017
1 parent f708cd5 commit 6b21473
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 3 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## v0.1.0-dev
## v0.3.2

* Add more examples including an LED fader and weather monitor
* Bump ElixirALE to 1.0

## v0.3.1

* Moves ElixirALE to 0.6.2
* Add credo and mix test watch for development

## v0.3.0

* Add support for sound trigger with a [hysteresis][hysteresis] triggering
mechanism
* Change events to include the trigger state
* Create Poller behaviour to facilitate polling for changes, ex. Button and
Sound
* Create Trigger behaviour for creating custom triggers to trigger polling
events
* Allow Triggers to receive a set of options through the poller starting

[hysteresis]: https://en.wikipedia.org/wiki/Hysteresis

## v0.1.0

Initial release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ by adding `grovepi` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:grovepi, "~> 0.3.0"}]
[{:grovepi, "~> 0.3.2"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule GrovePi.Mixfile do
use Mix.Project

@name "GrovePi"
@version "0.3.1"
@version "0.3.2"
@github "https://github.com/fhunleth/grovepi"
@homepage @github

Expand Down

0 comments on commit 6b21473

Please sign in to comment.