Skip to content

Commit

Permalink
v0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 9, 2020
1 parent c433ea7 commit e2b477d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.4.4

* Bug fixes
* Add -fPIC to compilation flags to fix build with `nerves_system_x86_64` and
other environments using the Musl C toolchains

## v0.4.3

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

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

0 comments on commit e2b477d

Please sign in to comment.