Skip to content

Commit e4dc2dc

Browse files
committed
v1.1.0 release
1 parent c0adb45 commit e4dc2dc

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

3-
## v1.0.1 - 7-26-2022
3+
## v1.1.0 - 2022-12-31
4+
5+
* Changes
6+
* Remove Erlang convenience functions since no one used them
7+
* Require Elixir 1.10 or later. Previous versions probably work, but won't be
8+
supported. This opens up the possibility of using Elixir 1.10+ features in
9+
future releases.
10+
11+
## v1.0.1 - 2022-7-26
412

513
* Bug fixes
614
* On at least one device, the pin direction reported by Linux does not match
@@ -10,7 +18,7 @@
1018
but it was harmless to workaround for inputs so that's what's done. Thanks
1119
to @pojiro for investigating and fixing this issue.
1220

13-
## v1.0.0 - 10-20-2021
21+
## v1.0.0 - 2021-10-20
1422

1523
This release only changes the version number. No code has changed.
1624

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

77
def project do

0 commit comments

Comments
 (0)