Skip to content

Commit

Permalink
v0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Apr 6, 2023
1 parent 75e7556 commit 7f68a0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## v0.9.0 - 2023-04-05

* Updates
* Update Livebook to [v0.9.1](https://github.com/livebook-dev/livebook/blob/main/CHANGELOG.md#v091-2023-04-06)
* Update Nerves systems to nerves_system_br 1.22.5 versions. This includes
Erlang 25.3 and fixes to the Raspberry Pi 3 to support TensorFlow Lite.
(TFLite isn't built into Nerves Livebook yet)
* Update all dependencies to their latest versions.

Fixes
* Fixed LEDs on SRHub images (Thanks to Eric Oestrich)

## v0.8.3 - 2023-03-12

* 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.8.3"
@version "0.9.0"
@source_url "https://github.com/livebook-dev/nerves_livebook"

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

0 comments on commit 7f68a0f

Please sign in to comment.