Skip to content

Commit 46b7f22

Browse files
committed
v1.0.0 release
1 parent 687fa11 commit 46b7f22

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+
## v1.0.0 - 10-20-2021
4+
5+
This release only changes the version number. No code has changed.
6+
37
## v0.4.8
48

59
This release only has doc and build output cleanup. No code has changed.

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.8"
4+
@version "1.0.0"
55
@source_url "https://github.com/elixir-circuits/circuits_gpio"
66

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

0 commit comments

Comments
 (0)