Skip to content

Commit 189342a

Browse files
v1.3.3
1 parent 705677e commit 189342a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.3
4+
5+
* New project generator enhancements
6+
* Update `ring_logger` to `~> 0.6`.
7+
* Add `toolshed` `~> 0.2` and update `rootfs_overlay/etc/iex.exs`
8+
* Enable Erlang Distribution when `Mix.env() != :prod`
9+
* Remove `ev3` from default supported target list
10+
* Update `bbb` system version requirement to `~> 2.0`
11+
* Update all other system version requirements to `~> 1.5`
12+
313
## 1.3.2
414

515
* Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
44
def project do
55
[
66
app: :nerves_bootstrap,
7-
version: "1.3.2",
7+
version: "1.3.3",
88
elixir: "~> 1.6",
99
aliases: aliases(),
1010
xref: [exclude: [Nerves.Env, Nerves.Artifact]],

0 commit comments

Comments
 (0)