We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9a794 commit 7325e70Copy full SHA for 7325e70
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.1.6
4
+
5
+This release only has doc and build output cleanup. No code has changed.
6
7
## v0.1.5
8
9
* Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.SPI.MixProject do
use Mix.Project
- @version "0.1.5"
+ @version "0.1.6"
@source_url "https://github.com/elixir-circuits/circuits_spi"
{:ok, system_version} = Version.parse(System.version())
0 commit comments