Skip to content

Commit 18e4b35

Browse files
committed
v0.4.7 release
1 parent 96635ea commit 18e4b35

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+
## v0.4.7
4+
5+
* Bug fixes
6+
* Fix hang when unloading the NIF. This bug caused `:init.stop` to never
7+
return and anything else that would try to unload this module.
8+
* Fix C compiler warnings with OTP 24
9+
10+
The minimum Elixir version has been changed from 1.4 to 1.6. Elixir 1.4 might
11+
still work, but it's no longer being verified on CI.
12+
313
## v0.4.6
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 "0.4.6"
4+
@version "0.4.7"
55
@source_url "https://github.com/elixir-circuits/circuits_gpio"
66

77
{:ok, system_version} = Version.parse(System.version())

0 commit comments

Comments
 (0)