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 8007ece commit 9afa420Copy full SHA for 9afa420
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v2.0.2 - 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
+ * Bump minimum supported version of Elixir to 1.11 since no longer testing
9
+ with it due to a dependency issue.
10
11
## v2.0.1 - 2023-10-22
12
13
* Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project
- @version "2.0.1"
+ @version "2.0.2"
@description "Use I2C in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_i2c"
0 commit comments