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 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
514This is a major update to Circuits.GPIO that modernizes the API, restricts usage
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments