Skip to content

Commit 6d8ceae

Browse files
committed
v2.0.4 release
1 parent a3c9894 commit 6d8ceae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v2.0.4 - 2024-04-20
4+
5+
* Improvements
6+
* Improve target detection so that setting `MIX_TARGET` when not
7+
crosscompiling does the expected thing on MacOS.
8+
39
## v2.0.3 - 2024-01-18
410

511
* Bug fixes

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.3"
4+
@version "2.0.4"
55
@description "Use I2C in Elixir"
66
@source_url "https://github.com/elixir-circuits/circuits_i2c"
77

0 commit comments

Comments
 (0)