Skip to content

Commit b2c21d3

Browse files
committed
v0.2.20 release
1 parent 1bcac2b commit b2c21d3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.2.20
4+
5+
* Updates
6+
* The Raspberry Pi 4 USB-C port can now be used for power and data. This is
7+
similar to the Raspberry Pi Zero, 3A and BBB.
8+
* Minor updates to a variety of packages
9+
310
## v0.2.19
411

512
* 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.19"
5+
@version "0.2.20"
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)