File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments