File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
4
12
5
13
* Bug fixes
6
14
* On at least one device, the pin direction reported by Linux does not match
10
18
but it was harmless to workaround for inputs so that's what's done. Thanks
11
19
to @pojiro for investigating and fixing this issue.
12
20
13
- ## v1.0.0 - 10-20-2021
21
+ ## v1.0.0 - 2021- 10-20
14
22
15
23
This release only changes the version number. No code has changed.
16
24
Original file line number Diff line number Diff line change 1
1
defmodule Circuits.GPIO.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "1.0.1 "
4
+ @ version "1.1.0 "
5
5
@ source_url "https://github.com/elixir-circuits/circuits_gpio"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments