Skip to content

Commit

Permalink
v0.14.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 5, 2024
1 parent 146641e commit 97bba37
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.14.0 - 2024-9-04

* Updates
* Update to [Livebook v0.14.0](https://github.com/livebook-dev/livebook/releases/tag/v0.14.0)
* Update Nerves systems to [nerves_system_br v1.28.3](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.28.3)
* Add `vintage_net_qmi` to dependencies to use some cellular modems on Raspberry Pis and Beaglebones with USB host ports. These boards include QMI device drivers in this release.
* Update all dependencies
* Fix tflite sample notebook (Thanks @mnishiguchi)

## v0.13.0 - 2024-7-14

* 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.13.0"
@version "0.14.0"
@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 97bba37

Please sign in to comment.