Skip to content

Commit

Permalink
v0.6.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Aug 29, 2022
1 parent 9f6244f commit 7f5d5b4
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.6.5 - 2022-08-29

* Updates
* Add WiFi configuration to explore section to make it easier to find
* Use the new `Delux` library to control the LED. This will enable better
feedback for what Livebook is doing when you can't see the webpage
* Blink LED to show that the RPi0 is booting since it takes so long to start.
* Add the `Pinout` library as a convenience for getting board pinouts.
* Add libraries for devices that support cellular modems (only `srhub` now)

## v0.6.4 - 2022-08-08

* 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.6.4"
@version "0.6.5"

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

0 comments on commit 7f5d5b4

Please sign in to comment.