From e2b477d6c6ca173d7c1b24fc1a02a44488183b2a Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Wed, 8 Jan 2020 20:04:59 -0500 Subject: [PATCH] v0.4.4 release --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9af79f..21ab7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index 61d2f0b..7a0e8e7 100644 --- a/mix.exs +++ b/mix.exs @@ -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())