Skip to content

Commit

Permalink
v1.7.14 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Feb 6, 2022
1 parent 664ec45 commit 034b49b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.7.14

* Improvements
* Unset environment variables set by Erlang that can confuse some C/C++
libraries when building.
* Add experimental support for `TARGET_GCC_FLAGS` for enabling CPU-specific
features in NIFs and ports via Nerves package definitions. This is similar
in intent to `TARGET_CPU`, etc.

## v1.7.13

* Improvements
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Nerves.MixProject do
use Mix.Project

@version "1.7.13"
@version "1.7.14"
@source_url "https://github.com/nerves-project/nerves"

def project do
Expand Down

0 comments on commit 034b49b

Please sign in to comment.