Skip to content

Commit e2b477d

Browse files
committed
v0.4.4 release
1 parent c433ea7 commit e2b477d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.4.4
4+
5+
* Bug fixes
6+
* Add -fPIC to compilation flags to fix build with `nerves_system_x86_64` and
7+
other environments using the Musl C toolchains
8+
39
## v0.4.3
410

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

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

0 commit comments

Comments
 (0)