Skip to content

Commit 240d1a3

Browse files
committed
v0.6.1 release
1 parent 4123343 commit 240d1a3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v0.6.0 - 2023-07-14
414

515
Updates:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
22
use Mix.Project
33

44
@app :circuits_quickstart
5-
@version "0.6.0"
5+
@version "0.6.1"
66
@all_targets [
77
:rpi,
88
:rpi0,

0 commit comments

Comments
 (0)