Skip to content

Commit d7c514b

Browse files
committed
v0.2.23 release
1 parent 5c31285 commit d7c514b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v0.2.23
4+
5+
* Updates
6+
* Several networking notebook additions and improvements. Thanks to Jon
7+
Carstens for these.
8+
* Pull in a subtle mDNS/DNS issue lookup issue that affected using .local
9+
addresses on some networks
10+
* Pull in Bluetooth support fixes. BLE works on Raspberry Pi Zeros and
11+
Raspberry Pi 3s now, but it's not convenient and there aren't any sample
12+
notebooks. We hope to change that soon.
13+
* You can transfer files using `scp` in addition to `sftp` from Nerves
14+
Livebook devices now.
15+
316
## v0.2.22
417

518
* Updates

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do
22
use Mix.Project
33

44
@app :nerves_livebook
5-
@version "0.2.22"
5+
@version "0.2.23"
66
@rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4]
77
@all_targets @rpi_targets ++ [:bbb, :osd32mp1, :x86_64, :npi_imx6ull]
88

0 commit comments

Comments
 (0)