Skip to content

Commit 5400039

Browse files
committed
v0.12.2 release
1 parent 28bf904 commit 5400039

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v0.12.2 - 2024-2-18
4+
5+
* Updates
6+
* Update `vintage_net_wifi` to fix an issue connecting to some WPA2 networks
7+
using `VintageNetWiFi.quick_configure/2`
8+
* Enable TFLite support on Raspberry Pi Model B and Raspberry Pi Zeros now
9+
that it has ARMv6 support. (@cocoa-xu)
10+
* Update Nerves systems to `nerves_system_br` 1.25.1 versions (Erlang 26.2.2)
11+
* Update all dependencies to latest versions
12+
313
## v0.12.1 - 2024-1-21
414

515
* 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.1"
5+
@version "0.12.2"
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)