We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55b27b commit 938fd5eCopy full SHA for 938fd5e
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v2.0.5 - 2024-09-08
4
+
5
+Only Elixir 1.13 and later are supported now. There are no known issues with
6
+using earlier versions at the moment, but it's no longer regularly checked in
7
+CI.
8
9
+* Bug fixes
10
+ * Fix compilation when Erlang has been installed to a directory with spaces
11
12
## v2.0.4 - 2024-04-20
13
14
* Improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project
- @version "2.0.4"
+ @version "2.0.5"
@description "Use I2C in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_i2c"
0 commit comments