Skip to content

Commit 8206ba1

Browse files
committed
v0.2.1 release
1 parent e415e69 commit 8206ba1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.2.1
4+
5+
Updates:
6+
7+
* Update all Nerves Systems (Raspberry Pi's to v1.9.0 and BBB to v2.4.0)
8+
* Keep symbols so that help is available
9+
310
## v0.2.0
411

512
Updates:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule CircuitsQuickstart.MixProject do
77
def project do
88
[
99
app: @app,
10-
version: "0.2.0",
10+
version: "0.2.1",
1111
elixir: "~> 1.9",
1212
archives: [nerves_bootstrap: "~> 1.6"],
1313
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)