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 5000085 commit 5f99d25Copy full SHA for 5f99d25
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.4.13 - 2022-03-03
4
+
5
+Updates:
6
7
+* Various small improvements for the GRiSP 2
8
+* Add support for the Beaglebone Green Gateway (bbb target)
9
+* Update to Erlang 24.2.2
10
11
## v0.4.12 - 2022-02-28
12
13
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.4.12"
+ @version "0.4.13"
@all_targets [
:rpi,
:rpi0,
0 commit comments