We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53c6d9 commit 452722aCopy full SHA for 452722a
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.8.0 - 2021-10-31
4
+
5
+Shoehorn v0.8.0 completely removes support for Distillery.
6
7
## v0.7.0
8
9
Shoehorn 0.7.0 removes support for creating boot scripts using Distillery and
mix.exs
@@ -1,7 +1,7 @@
defmodule Shoehorn.MixProject do
use Mix.Project
- @version "0.7.0"
+ @version "0.8.0"
@source_url "https://github.com/nerves-project/shoehorn"
def project do
0 commit comments