We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a67f7 commit 947e95dCopy full SHA for 947e95d
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.7.0
4
+
5
+* Potentially Breaking Changes
6
+ * Bump minimums to Elixir >= 1.10 / OTP >= 23
7
8
## v0.6.0
9
10
* Potentially Breaking Changes
mix.exs
@@ -2,7 +2,7 @@ defmodule NervesPack.MixProject do
use Mix.Project
@source_url "https://github.com/nerves-project/nerves_pack"
- @version "0.6.0"
+ @version "0.7.0"
def project do
[
0 commit comments