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 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
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
1523This release only changes the version number. No code has changed.
1624
Original file line number Diff line number Diff line change 11defmodule 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
You can’t perform that action at this time.
0 commit comments