Skip to content

Commit 4cc60bb

Browse files
committed
v1.2.1 release
1 parent ace137e commit 4cc60bb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## v1.2.0 - 2023-12-14
411

512
* Changes

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 "1.2.0"
4+
@version "1.2.1"
55
@source_url "https://github.com/elixir-circuits/circuits_gpio"
66

77
def project do

0 commit comments

Comments
 (0)