File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.7.1
4
+
5
+ * Enhancements
6
+ * Updated Elixir 1.10 deprecated function calls.
7
+
3
8
## 1.7.0
4
9
5
10
* Enhancements
6
- * Improved support for reproducible builds in new projects by setting
11
+ * Improved support for reproducible builds in new projects by setting
7
12
` source_date_epoch ` . Existing projects can add this to the ` :nerves ` config.
8
-
13
+
9
14
For example:
10
15
11
16
``` elixir
14
19
15
20
* Added support for generating new projects using `nerves_pack` instead
16
21
of `nerves_init_gadget`. See [nerves_pack](https: // github.com/ nerves- project/ nerves_pack) for more information.
17
-
22
+
18
23
For example:
19
24
20
25
```bash
Original file line number Diff line number Diff line change 1
1
defmodule Nerves.Bootstrap.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "1.7.0 "
4
+ @ version "1.7.1 "
5
5
@ source_url "https://github.com/nerves-project/nerves_bootstrap"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments