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 fc57c9b commit d1763c2Copy full SHA for d1763c2
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v2.0.2 - 2024-01-17
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
+* Changes
11
+ * Add example Livebook. Thanks to @mnishiguchi.
12
13
## v2.0.1 - 2024-01-13
14
15
* Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.GPIO.MixProject do
use Mix.Project
- @version "2.0.1"
+ @version "2.0.2"
@description "Use GPIOs in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_gpio"
0 commit comments