Skip to content

Commit

Permalink
v0.4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 23, 2020
1 parent 79466f4 commit f665963
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## v0.4.6

* Bug fixes
* Fix quoting issue that was causing failures on Yocto. Thanks to Zander
Erasmus for this.

## v0.4.5

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.GPIO.MixProject do
use Mix.Project

@version "0.4.5"
@version "0.4.6"
@source_url "https://github.com/elixir-circuits/circuits_gpio"

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

0 comments on commit f665963

Please sign in to comment.