Skip to content

Commit 209f586

Browse files
committed
v2.0.1 release
1 parent 2a7e79b commit 209f586

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+
## v2.0.1 - 2024-01-13
4+
5+
* Bug fixes
6+
* Fix race condition when loading NIF. If two processes caused the NIF to be
7+
loaded at the same time, then it was possible for one to return an error.
8+
* Remove tracking of the number of open pins from the cdev backend to not need
9+
to synchronize access to the count. This feature really was only used for
10+
the unit tests.
11+
312
## v2.0.0 - 2024-01-11
413

514
This is a major update to Circuits.GPIO that modernizes the API, restricts usage

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

0 commit comments

Comments
 (0)