Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord authored and fhunleth committed May 1, 2018
1 parent bbe3671 commit 8d137ab
Show file tree
Hide file tree
Showing 28 changed files with 49 additions and 43 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Toolchain Releases

## v1.0.0

* Updated dependencies
* nerves v1.0
* nerves_toolchain_ctng v1.4

## v1.0.0-rc.0

* Updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion nerves_toolchain_aarch64_unknown_linux_gnueabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc.0
1.0.0
4 changes: 2 additions & 2 deletions nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ defmodule NervesToolchainAarch64UnknownLinuxGnueabi.Mixfile do

defp deps do
[
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
{:nerves, "~> 1.0", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_arm_unknown_linux_gnueabihf/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc.0
1.0.0
4 changes: 2 additions & 2 deletions nerves_toolchain_arm_unknown_linux_gnueabihf/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ defmodule NervesToolchainArmUnknownLinuxGnueabihf.Mixfile do

defp deps do
[
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
{:nerves, "~> 1.0", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_arm_unknown_linux_gnueabihf/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_armv5tejl_unknown_linux_musleabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc.0
1.0.0
4 changes: 2 additions & 2 deletions nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ defmodule NervesToolchainArmv5tejlUnknownLinuxMusleabi.Mixfile do

defp deps do
[
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
{:nerves, "~> 1.0", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_armv6_rpi_linux_gnueabi/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc.0
1.0.0
4 changes: 2 additions & 2 deletions nerves_toolchain_armv6_rpi_linux_gnueabi/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ defmodule NervesToolchainArmv6RpiLinuxGnueabi.Mixfile do

defp deps do
[
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
{:nerves, "~> 1.0", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_armv6_rpi_linux_gnueabi/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_ctng/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0-rc.0
1.4.0
2 changes: 1 addition & 1 deletion nerves_toolchain_ctng/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ defmodule Nerves.Toolchain.Ctng.Mixfile do
end

defp deps do
[{:nerves, "~> 1.0-rc", runtime: false}]
[{:nerves, "~> 1.0", runtime: false}]
end

defp description do
Expand Down
2 changes: 1 addition & 1 deletion nerves_toolchain_ctng/mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_i586_unknown_linux_gnu/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc.0
1.0.0
4 changes: 2 additions & 2 deletions nerves_toolchain_i586_unknown_linux_gnu/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ defmodule NervesToolchainI586UnknownLinuxGnu.Mixfile do

defp deps do
[
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
{:nerves, "~> 1.0", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_i586_unknown_linux_gnu/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_mipsel_unknown_linux_musl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc.0
1.0.0
4 changes: 2 additions & 2 deletions nerves_toolchain_mipsel_unknown_linux_musl/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ defmodule NervesToolchainMipselUnknownLinuxMusl.Mixfile do

defp deps do
[
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
{:nerves, "~> 1.0", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_mipsel_unknown_linux_musl/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_x86_64_unknown_linux_gnu/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc.0
1.0.0
4 changes: 2 additions & 2 deletions nerves_toolchain_x86_64_unknown_linux_gnu/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ defmodule NervesToolchainX8664UnknownLinuxGnu.Mixfile do

defp deps do
[
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
{:nerves, "~> 1.0", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_x86_64_unknown_linux_gnu/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}
2 changes: 1 addition & 1 deletion nerves_toolchain_x86_64_unknown_linux_musl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-rc.0
1.0.0
4 changes: 2 additions & 2 deletions nerves_toolchain_x86_64_unknown_linux_musl/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ defmodule NervesToolchainX8664UnknownLinuxMusl.Mixfile do

defp deps do
[
{:nerves, "~> 1.0-rc", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false}
{:nerves, "~> 1.0", runtime: false},
{:nerves_toolchain_ctng, "~> 1.4", runtime: false}
]
end

Expand Down
4 changes: 2 additions & 2 deletions nerves_toolchain_x86_64_unknown_linux_musl/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
"nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"},
"nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"},
}

0 comments on commit 8d137ab

Please sign in to comment.