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 c59a640 commit c7a154eCopy full SHA for c7a154e
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## v0.5.0 - 2022-07-08
4
+
5
+Updates:
6
7
+* Update to `nerves_system_br v1.20.0`-based systems (Erlang/OTP 25.0.2,
8
+ Buildroot 2022.05, GCC 11.3)
9
+* Update to Nerves 1.8.0
10
+* Remove default US WiFi regulatory domain. The default is now `00` for globally
11
+ allowed frequencies.
12
+* Add support for MangoPi MQ Pro (64-bit RISC-V device)
13
14
## v0.4.16 - 2022-05-25
15
16
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.4.16"
+ @version "0.5.0"
@all_targets [
:rpi,
:rpi0,
0 commit comments