Skip to content

Commit fc96300

Browse files
committed
v2.0.1 release
1 parent eb2426c commit fc96300

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3-
## v2.0.0 - 2022-11-12
3+
## v2.0.1 - 2024-01-14
4+
5+
* Changes
6+
* Fix race condition when multiple processes load the NIF simultaneously that
7+
would cause an unnecessary crash.
8+
9+
## v2.0.0 - 2023-11-12
410

511
Official v2.0.0 release. No changes from v2.0.0-pre.0.
612

7-
## v2.0.0-pre.0 - 2022-05-30
13+
## v2.0.0-pre.0 - 2023-05-30
814

915
This is a major update to Circuits.SPI that removes the requirement to use
1016
Nerves or Linux. The API is almost the same and the default is to compile and

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Circuits.SPI.MixProject do
22
use Mix.Project
33

4-
@version "2.0.0"
4+
@version "2.0.1"
55
@description "Use SPI in Elixir"
66
@source_url "https://github.com/elixir-circuits/circuits_spi"
77

0 commit comments

Comments
 (0)