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 b587a41 commit 5d33f84Copy full SHA for 5d33f84
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
3
+## v0.4.10 - 2022-01-16
4
+
5
+Updates:
6
7
+* Simplify the ssh login to ignore the user. The login is not secure anyway and
8
+ this skips the step of fixing the user when you forget to specify it.
9
+* Update to `nerves_system_br v1.18.3`-based systems. This fixes a `cpufreq`
10
+ regression on Raspberry Pi.
11
12
## v0.4.9 - 2021-12-31
13
14
Updates:
mix.exs
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
use Mix.Project
@app :circuits_quickstart
- @version "0.4.9"
+ @version "0.4.10"
@all_targets [
:rpi,
:rpi0,
0 commit comments