Skip to content

Commit

Permalink
v1.10.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Jul 7, 2023
1 parent aaf846b commit 570ab2a
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

## v1.10.3 - 2023-07-07

* Improvements
* Support Elixir 1.15 / OTP 26
* Fix misleading `%IO.Stream{}` error when building firmware
* Add validations for `vm.args.eex` during firmware build

## v1.10.2 - 2023-04-11

* 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.2"
@version "1.10.3"
@source_url "https://github.com/nerves-project/nerves"

def project do
Expand Down

0 comments on commit 570ab2a

Please sign in to comment.