We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e415e69 commit 8206ba1Copy full SHA for 8206ba1
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## v0.2.0
11
12
Updates:
mix.exs
@@ -7,7 +7,7 @@ defmodule CircuitsQuickstart.MixProject do
def project do
[
app: @app,
- version: "0.2.0",
+ version: "0.2.1",
elixir: "~> 1.9",
archives: [nerves_bootstrap: "~> 1.6"],
13
start_permanent: Mix.env() == :prod,
0 commit comments