Skip to content

Commit 5d33f84

Browse files
committed
v0.4.10 release
1 parent b587a41 commit 5d33f84

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

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+
312
## v0.4.9 - 2021-12-31
413

514
Updates:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule CircuitsQuickstart.MixProject do
22
use Mix.Project
33

44
@app :circuits_quickstart
5-
@version "0.4.9"
5+
@version "0.4.10"
66
@all_targets [
77
:rpi,
88
:rpi0,

0 commit comments

Comments
 (0)