Skip to content

Commit d1763c2

Browse files
committed
v2.0.2 release
1 parent fc57c9b commit d1763c2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v2.0.1 - 2024-01-13
414

515
* Bug fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Circuits.GPIO.MixProject do
22
use Mix.Project
33

4-
@version "2.0.1"
4+
@version "2.0.2"
55
@description "Use GPIOs in Elixir"
66
@source_url "https://github.com/elixir-circuits/circuits_gpio"
77

0 commit comments

Comments
 (0)