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 092dc12 commit 28167a3Copy full SHA for 28167a3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.4.12 - 2022-02-28
4
+
5
+Updates:
6
7
+* Add experimental support for the GRiSP 2. See README for installation.
8
9
## v0.4.11 - 2022-02-13
10
11
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.4.11"
+ @version "0.4.12"
@all_targets [
:rpi,
:rpi0,
0 commit comments