Skip to content

Commit

Permalink
v2.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 18, 2024
1 parent fc57c9b commit d1763c2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit d1763c2

Please sign in to comment.