Skip to content

Commit 938fd5e

Browse files
committed
v2.0.5 release
1 parent e55b27b commit 938fd5e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## v2.0.4 - 2024-04-20
413

514
* Improvements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Circuits.I2C.MixProject do
22
use Mix.Project
33

4-
@version "2.0.4"
4+
@version "2.0.5"
55
@description "Use I2C in Elixir"
66
@source_url "https://github.com/elixir-circuits/circuits_i2c"
77

0 commit comments

Comments
 (0)