Skip to content

Commit

Permalink
v0.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 15, 2023
1 parent 3905cf0 commit 2582de2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.10.0 - 2023-07-14

* Updates
* Update Livebook to [v0.10.0](https://github.com/livebook-dev/livebook/blob/v0.10/CHANGELOG.md#v0100-2023-07-14)
* Update Nerves systems to nerves_system_br 1.23.1 versions. This includes:
* Erlang 26.0.2
* Support for all Raspberry Pi Cameras via libcamera on the RPi4
* Buildroot 2023.02.2
* Linux updates on various systems
* Update Elixir to 1.15.2
* Update all dependencies to their latest versions

NOTE: `:tflite_elixir` is temporily removed due to build errors.

## v0.9.1 - 2023-05-14

* Updates
Expand All @@ -18,7 +32,7 @@
(TFLite isn't built into Nerves Livebook yet)
* Update all dependencies to their latest versions.

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

## v0.8.3 - 2023-03-12
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.9.1"
@version "0.10.0"
@source_url "https://github.com/livebook-dev/nerves_livebook"

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

0 comments on commit 2582de2

Please sign in to comment.