Skip to content

Commit ff591b2

Browse files
committed
v2.1.3 release
1 parent c65604d commit ff591b2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.3 - 2025-09-22
4+
5+
IMPORTANT: Please upgrade to this version or newer since it fixes an issue where
6+
interrupts stopped getting sent. This bug was triggered when a GenServer owning
7+
an input GPIO with interrupts enabled was restarted. It could be triggered via
8+
manual closing and reopening of a GPIO as well.
9+
10+
* Bug fixes
11+
* Fix an issue where the Erlang pid that should have received interrupts on
12+
GPIO changes was lost.
13+
314
## v2.1.2 - 2024-09-08
415

516
* 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 "2.1.2"
4+
@version "2.1.3"
55
@description "Use GPIOs in Elixir"
66
@source_url "https://github.com/elixir-circuits/circuits_gpio"
77

0 commit comments

Comments
 (0)