Skip to content

Commit

Permalink
v0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 27, 2024
1 parent edaae67 commit 0d078b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.7.1

* Changes
* Remove all dependency constraints. The libraries referenced by
`:nerves_pack` have dependency constraints that may be more complicated than
what can be expressed here, so delegate completely to them.

## v0.7.0

* Potentially Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule NervesPack.MixProject do
use Mix.Project

@source_url "https://github.com/nerves-project/nerves_pack"
@version "0.7.0"
@version "0.7.1"

def project do
[
Expand Down

0 comments on commit 0d078b3

Please sign in to comment.