From 9b80531a4f84868e4811b81aaed84f7fdef8cddd Mon Sep 17 00:00:00 2001 From: Justin Schneck Date: Mon, 8 Feb 2021 20:37:05 -0500 Subject: [PATCH] v1.7.4 release --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f67a3c94..d8735449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v1.7.4 + +* Experimental features + * Packages can provide custom system environment variables to be exported. + The initial use case for this feature is to export system specific + information for llvm-based tools. + ## v1.7.3 * Bug fixes diff --git a/mix.exs b/mix.exs index 012ae1f5..6397a278 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Nerves.MixProject do use Mix.Project - @version "1.7.3" + @version "1.7.4" @source_url "https://github.com/nerves-project/nerves" def project do