Skip to content

Commit 1929c7e

Browse files
committed
v2.1.2 release
1 parent cb0892e commit 1929c7e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v2.1.2 - 2024-09-08
4+
5+
* Bug fixes
6+
* Fix compilation when Erlang has been installed to a directory with spaces
7+
38
## v2.1.1 - 2024-08-19
49

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

0 commit comments

Comments
 (0)