We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3c9894 commit 6d8ceaeCopy full SHA for 6d8ceae
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## v2.0.3 - 2024-01-18
10
11
* Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.I2C.MixProject do
use Mix.Project
- @version "2.0.3"
+ @version "2.0.4"
@description "Use I2C in Elixir"
@source_url "https://github.com/elixir-circuits/circuits_i2c"
0 commit comments