Skip to content

Commit 09e541f

Browse files
committed
v2.1.1 release
1 parent b0ef386 commit 09e541f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## v2.1.0 - 2024-04-08
411

512
* Changes

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 "2.1.0"
4+
@version "2.1.1"
55
@description "Use GPIOs in Elixir"
66
@source_url "https://github.com/elixir-circuits/circuits_gpio"
77

0 commit comments

Comments
 (0)