Skip to content

Commit c50bc3d

Browse files
committed
v0.4.5 release
1 parent 6fbb273 commit c50bc3d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v0.4.5
4+
5+
* Bug fixes
6+
* Opening a GPIO to read its state won't clear the interrupt status of another
7+
listener. Registering for interrupts a second time will still clear out the
8+
first registree, though. That's a limitation of the interface. However, for
9+
debugging, it can be nice to look at a GPIO without affecting the program
10+
and this change allows for that.
11+
312
## v0.4.4
413

514
* Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Circuits.GPIO.MixProject do
22
use Mix.Project
33

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

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

0 commit comments

Comments
 (0)