Skip to content

Commit faae8d9

Browse files
committed
v0.2.26 release
1 parent 4fc9489 commit faae8d9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.2.26 - 2021-10-09
4+
5+
* Updates
6+
* Fix boot issue on Seeed Studio's NPi iMX6ULL board
7+
* Selectively include BlueHeron since it doesn't work on all boards
8+
39
## v0.2.25 - 2021-10-07
410

511
* 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.25"
5+
@version "0.2.26"
66

77
@rpi_targets [:rpi, :rpi0, :rpi2, :rpi3, :rpi3a, :rpi4]
88
@all_targets @rpi_targets ++ [:bbb, :osd32mp1, :x86_64, :npi_imx6ull]

0 commit comments

Comments
 (0)