Skip to content

Commit

Permalink
v1.12.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Sep 30, 2023
1 parent e75ba4c commit 846e44a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.12.1 - 2023-09-30

* Fixes
* Nerves.Bootstrap would fail to start in some cases where the dependencies
had not been fetched and Nerves.Bootstrap would try to warn about the
`:nerves` version requirement. This check has been moved to
`deps.precompile` which happens after dependencies are fetched and also
helps halt the build process if the `:nerves` version requirement is not

## 1.12.0 - 2023-09-27

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

@version "1.12.0"
@version "1.12.1"
@source_url "https://github.com/nerves-project/nerves_bootstrap"

def project do
Expand Down

0 comments on commit 846e44a

Please sign in to comment.