We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ef386 commit 09e541fCopy full SHA for 09e541f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v2.1.1 - 2024-08-19
4
+
5
+* Changes
6
+ * Show if GPIO number remapping is happening for AM335x platforms via
7
+ `backend_info/0`.
8
+ * Drop support for Elixir 1.11 and 1.12.
9
10
## v2.1.0 - 2024-04-08
11
12
* Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.GPIO.MixProject do
use Mix.Project
- @version "2.1.0"
+ @version "2.1.1"
@description "Use GPIOs in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_gpio"
0 commit comments