File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
4
10
5
11
Official v2.0.0 release. No changes from v2.0.0-pre.0.
6
12
7
- ## v2.0.0-pre.0 - 2022 -05-30
13
+ ## v2.0.0-pre.0 - 2023 -05-30
8
14
9
15
This is a major update to Circuits.SPI that removes the requirement to use
10
16
Nerves or Linux. The API is almost the same and the default is to compile and
Original file line number Diff line number Diff line change 1
1
defmodule Circuits.SPI.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "2.0.0 "
4
+ @ version "2.0.1 "
5
5
@ description "Use SPI in Elixir"
6
6
@ source_url "https://github.com/elixir-circuits/circuits_spi"
7
7
You can’t perform that action at this time.
0 commit comments