We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace137e commit 4cc60bbCopy full SHA for 4cc60bb
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v1.2.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, one might return an error. This issue was
8
+ introduced in v1.2.0.
9
10
## v1.2.0 - 2023-12-14
11
12
* Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.GPIO.MixProject do
use Mix.Project
- @version "1.2.0"
+ @version "1.2.1"
@source_url "https://github.com/elixir-circuits/circuits_gpio"
def project do
0 commit comments