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 778d596 commit 77f8e1aCopy full SHA for 77f8e1a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v2.0.3 - 2024-01-18
4
+
5
+* Bug fixes
6
+ * Remove lazy NIF loading. There's an unexplained segfault in a small example
7
+ program that uses the same strategy. Even though it wasn't reproduceable
8
+ here, it's not worth the risk. Thanks to @pojiro for investigating.
9
10
## v2.0.2 - 2024-01-14
11
12
* Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project
- @version "2.0.2"
+ @version "2.0.3"
@description "Use I2C in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_i2c"
0 commit comments