Skip to content

Commit

Permalink
v0.4.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 2, 2021
1 parent 96635ea commit 18e4b35
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

## v0.4.7

* Bug fixes
* Fix hang when unloading the NIF. This bug caused `:init.stop` to never
return and anything else that would try to unload this module.
* Fix C compiler warnings with OTP 24

The minimum Elixir version has been changed from 1.4 to 1.6. Elixir 1.4 might
still work, but it's no longer being verified on CI.

## v0.4.6

* 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 "0.4.6"
@version "0.4.7"
@source_url "https://github.com/elixir-circuits/circuits_gpio"

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

0 comments on commit 18e4b35

Please sign in to comment.