Skip to content

Commit 452722a

Browse files
committed
v0.8.0 release
1 parent e53c6d9 commit 452722a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.8.0 - 2021-10-31
4+
5+
Shoehorn v0.8.0 completely removes support for Distillery.
6+
37
## v0.7.0
48

59
Shoehorn 0.7.0 removes support for creating boot scripts using Distillery and

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Shoehorn.MixProject do
22
use Mix.Project
33

4-
@version "0.7.0"
4+
@version "0.8.0"
55
@source_url "https://github.com/nerves-project/shoehorn"
66

77
def project do

0 commit comments

Comments
 (0)