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 cb0892e commit 1929c7eCopy full SHA for 1929c7e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## v2.1.1 - 2024-08-19
9
10
* Changes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.GPIO.MixProject do
use Mix.Project
- @version "2.1.1"
+ @version "2.1.2"
@description "Use GPIOs in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_gpio"
0 commit comments