Skip to content

Commit

Permalink
v0.10.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jul 29, 2023
1 parent 2e32043 commit 02042a1
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.10.1 - 2023-07-29

* Updates
* Add `:tflite_elixir` back since it works again
* Update Nerves systems to nerves_system_br 1.23.2 versions to get CTRL+R fix
for ssh sessions (and more).
* Improve PMOD support on GRiSP 2
* Update Elixir to 1.15.4

## v0.10.0 - 2023-07-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.10.0"
@version "0.10.1"
@source_url "https://github.com/livebook-dev/nerves_livebook"

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

0 comments on commit 02042a1

Please sign in to comment.