Skip to content

Commit 7325e70

Browse files
committed
v0.1.6 release
1 parent 9d9a794 commit 7325e70

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v0.1.6
4+
5+
This release only has doc and build output cleanup. No code has changed.
6+
37
## v0.1.5
48

59
* 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.SPI.MixProject do
22
use Mix.Project
33

4-
@version "0.1.5"
4+
@version "0.1.6"
55
@source_url "https://github.com/elixir-circuits/circuits_spi"
66

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

0 commit comments

Comments
 (0)