Skip to content

Commit

Permalink
v1.10.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Sep 13, 2023
1 parent a06a775 commit f9aa998
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v1.10.4 - 2023-09-13

* Improvements
* Adjust compilation error when `nerves_bootstrap` is missing

* Bug Fix
* Adjust `mix nerves.system.shell` for OTP 26
* With OTP 26, this task cannot completely handle the shell and
instead prints out the command to run manually for the
same effect.

## v1.10.3 - 2023-07-07

* Improvements
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.MixProject do
use Mix.Project

@version "1.10.3"
@version "1.10.4"
@source_url "https://github.com/nerves-project/nerves"

def project do
Expand Down

0 comments on commit f9aa998

Please sign in to comment.