File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## v2.0.0 - 2024-01-11
4
13
5
14
This is a major update to Circuits.GPIO that modernizes the API, restricts usage
Original file line number Diff line number Diff line change 1
1
defmodule Circuits.GPIO.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "2.0.0 "
4
+ @ version "2.0.1 "
5
5
@ description "Use GPIOs in Elixir"
6
6
@ source_url "https://github.com/elixir-circuits/circuits_gpio"
7
7
You can’t perform that action at this time.
0 commit comments