Skip to content

Commit 2251824

Browse files
v1.7.1 release
1 parent 173b16b commit 2251824

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changelog
22

3+
## 1.7.1
4+
5+
* Enhancements
6+
* Updated Elixir 1.10 deprecated function calls.
7+
38
## 1.7.0
49

510
* Enhancements
6-
* Improved support for reproducible builds in new projects by setting
11+
* Improved support for reproducible builds in new projects by setting
712
`source_date_epoch`. Existing projects can add this to the `:nerves` config.
8-
13+
914
For example:
1015

1116
```elixir
@@ -14,7 +19,7 @@
1419

1520
* Added support for generating new projects using `nerves_pack` instead
1621
of `nerves_init_gadget`. See [nerves_pack](https://github.com/nerves-project/nerves_pack) for more information.
17-
22+
1823
For example:
1924

2025
```bash

mix.exs

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

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

77
def project do

0 commit comments

Comments
 (0)