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 4123343 commit 240d1a3Copy full SHA for 240d1a3
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v0.6.1 - 2023-07-28
4
+
5
+* Fixes
6
+ * UART, I2C, and SPI PMODs should work on GRiSP2 boards now
7
8
+* Updates
9
+ * Update Nerves systems to `nerves_system_br v1.23.2` (Erlang/OTP 26.0.2,
10
+ Buildroot 2023.02.3)
11
+ * Update to Elixir 1.15.4
12
13
## v0.6.0 - 2023-07-14
14
15
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.6.0"
+ @version "0.6.1"
@all_targets [
:rpi,
:rpi0,
0 commit comments