Skip to content

Commit

Permalink
v0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 25, 2020
1 parent 6fbb273 commit c50bc3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.4.5

* Bug fixes
* Opening a GPIO to read its state won't clear the interrupt status of another
listener. Registering for interrupts a second time will still clear out the
first registree, though. That's a limitation of the interface. However, for
debugging, it can be nice to look at a GPIO without affecting the program
and this change allows for that.

## v0.4.4

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Circuits.GPIO.MixProject do
use Mix.Project

@version "0.4.4"
@version "0.4.5"
@source_url "https://github.com/elixir-circuits/circuits_gpio"

{:ok, system_version} = Version.parse(System.version())
Expand Down

0 comments on commit c50bc3d

Please sign in to comment.