Skip to content

Commit 9879eba

Browse files
v1.10.2 release
1 parent 6e6fb5f commit 9879eba

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## 1.10.2
4+
5+
* New project generator updates
6+
* Strip everything but docs with `MIX_ENV=dev`
7+
8+
Since most users don't use debug symbols, strip them out of the beams
9+
even for dev builds. This keeps docs, though. Here's are some firmware
10+
sizes to see the effect:
11+
12+
circuits_quickstart_unstripped.fw 43597619
13+
circuits_quickstart_docs.fw 33595640
14+
circuits_quickstart_stripped.fw 33016963
15+
16+
As you can see, this saves ~10 MB and retains docs.
17+
318
## 1.10.1
419

520
* New project generator updates

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nerves.Bootstrap.MixProject do
22
use Mix.Project
33

4-
@version "1.10.1"
4+
@version "1.10.2"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)