Skip to content

Commit

Permalink
v0.12.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 18, 2024
1 parent 28bf904 commit 5400039
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.12.2 - 2024-2-18

* Updates
* Update `vintage_net_wifi` to fix an issue connecting to some WPA2 networks
using `VintageNetWiFi.quick_configure/2`
* Enable TFLite support on Raspberry Pi Model B and Raspberry Pi Zeros now
that it has ARMv6 support. (@cocoa-xu)
* Update Nerves systems to `nerves_system_br` 1.25.1 versions (Erlang 26.2.2)
* Update all dependencies to latest versions

## v0.12.1 - 2024-1-21

* Updates
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do
use Mix.Project

@app :nerves_livebook
@version "0.12.1"
@version "0.12.2"
@source_url "https://github.com/nerves-livebook/nerves_livebook"

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

0 comments on commit 5400039

Please sign in to comment.