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 003a4a1 commit 13e82c4Copy full SHA for 13e82c4
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## v0.8.0 - 2023-12-18
4
+
5
+* Updates
6
+ * Update Nerves systems to `nerves_system_br v1.25.2` (Erlang/OTP 26.1.2,
7
+ Buildroot 2023.08.4)
8
+ * Add experimental Raspberry Pi 5 image (rpi5)`
9
+ * Add 64-bit Raspberry Pi Zero W (rpi0_2)
10
+ * Update Circuits.I2C and Circuits.SPI to v2 versions
11
+ * Update all other dependencies to latest
12
13
## v0.7.1 - 2023-10-09
14
15
* Updates
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.7.1"
+ @version "0.8.0"
@all_targets [
:rpi,
:rpi0,
0 commit comments