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 e76e26c commit d97b994Copy full SHA for d97b994
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.8.1 - 2023-12-28
4
+
5
+* Updates
6
+ * Fix Raspberry Pi 3 (`rpi3`) regression in v0.8.0 that prevented it from
7
+ booting.
8
+ * Update Elixir to 1.16.0
9
10
## v0.8.0 - 2023-12-18
11
12
* Updates
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.8.0"
+ @version "0.8.1"
@all_targets [
:rpi,
:rpi0,
0 commit comments