Skip to content

Commit baad95b

Browse files
committed
v0.12.3 release
1 parent 292b37a commit baad95b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.12.3 - 2024-4-7
4+
5+
* Updates
6+
* Update Nerves systems to `nerves_system_br v1.27.0` (Erlang/OTP 26.2.3,
7+
Buildroot 2024.02)
8+
* Switch back to WPA2-only WiFi support with
9+
`VintageNetWiFi.quick_configure/2` to fix issues on BBB and GRiSP2
10+
* Fix regression that prevented WiFi networks from being provisioned on the
11+
MicroSD card
12+
* Removed `srhub` target due to perceived lack of use. If this is not true,
13+
please open an issue and we'll include it again.
14+
* Update all dependencies to latest versions
15+
316
## v0.12.2 - 2024-2-18
417

518
* Updates

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do
22
use Mix.Project
33

44
@app :nerves_livebook
5-
@version "0.12.2"
5+
@version "0.12.3"
66
@source_url "https://github.com/nerves-livebook/nerves_livebook"
77

88
@rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4, :rpi0_2, :rpi5]

0 commit comments

Comments
 (0)