From f656cec704ce17b56d467f0a08da0a6493ad3af2 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Wed, 20 Oct 2021 22:21:00 -0400 Subject: [PATCH] v1.0.0 release --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc755c..3501ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.0.0 - 10-20-2021 + +This release only changes the version number. No code has changed. + ## v0.1.6 This release only has doc and build output cleanup. No code has changed. diff --git a/mix.exs b/mix.exs index c0b9bd3..3d747bb 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Circuits.SPI.MixProject do use Mix.Project - @version "0.1.6" + @version "1.0.0" @source_url "https://github.com/elixir-circuits/circuits_spi" {:ok, system_version} = Version.parse(System.version())