Skip to content

Commit f665963

Browse files
committed
v0.4.6 release
1 parent 79466f4 commit f665963

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.6
4+
5+
* Bug fixes
6+
* Fix quoting issue that was causing failures on Yocto. Thanks to Zander
7+
Erasmus for this.
8+
39
## v0.4.5
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.5"
4+
@version "0.4.6"
55
@source_url "https://github.com/elixir-circuits/circuits_gpio"
66

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

0 commit comments

Comments
 (0)