diff --git a/CHANGELOG.md b/CHANGELOG.md index dbef31b..63989ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v2.0.2 - 2024-01-17 + +* Bug fixes + * Remove lazy NIF loading. There's an unexplained segfault in a small example + program that uses the same strategy. Even though it wasn't reproduceable + here, it's not worth the risk. Thanks to @pojiro for investigating. + +* Changes + * Add example Livebook. Thanks to @mnishiguchi. + ## v2.0.1 - 2024-01-13 * Bug fixes diff --git a/mix.exs b/mix.exs index bac07eb..ca42a07 100644 --- a/mix.exs +++ b/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"