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 96635ea commit 18e4b35Copy full SHA for 18e4b35
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## v0.4.6
14
15
* Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.GPIO.MixProject do
use Mix.Project
- @version "0.4.6"
+ @version "0.4.7"
@source_url "https://github.com/elixir-circuits/circuits_gpio"
{:ok, system_version} = Version.parse(System.version())
0 commit comments