Skip to content

Commit 5331daa

Browse files
v0.11.0 (#3)
1 parent af5952b commit 5331daa

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## v0.10.4-dev
3+
## v0.11.0
4+
* New Features
5+
* Support for Nerves 0.5.0
46

57
* Bug fixes
68
* Cleanup ALSA configuration to remove warning prints

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.4-dev
1+
0.11.0

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ defmodule NervesSystemEv3.Mixfile do
2121
end
2222

2323
defp deps do
24-
[{:nerves, "~> 0.4.0"},
24+
[{:nerves, "~> 0.4"},
2525
{:nerves_system_br, "~> 0.9.4"},
26-
{:nerves_toolchain_armv5tejl_unknown_linux_musleabi, "~> 0.9.0"}]
26+
{:nerves_toolchain_armv5tejl_unknown_linux_musleabi, "~> 0.10.0"}]
2727
end
2828

2929
defp description do

nerves_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ BR2_arm=y
22
BR2_TOOLCHAIN_EXTERNAL=y
33
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
44
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
5-
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v0.9.0/nerves_toolchain_armv5tejl_unknown_linux_musleabi-0.9.0.linux-x86_64.tar.xz"
5+
BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/nerves-project/toolchains/releases/download/v0.10.0/nerves_toolchain_armv5tejl_unknown_linux_musleabi-0.10.0.linux-x86_64.tar.xz"
66
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="armv5tejl-unknown-linux-musleabi"
77
BR2_TOOLCHAIN_EXTERNAL_GCC_5=y
88
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_4=y

0 commit comments

Comments
 (0)