Skip to content

Commit aeb8690

Browse files
committed
v1.13.1 release
1 parent 77fccfd commit aeb8690

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 1.13.1 - 2024-09-27
4+
5+
* New project generator updates
6+
* Fix dialyzer warning in generated project
7+
* Adjust Erlang doc URLS in `vm.args.eex` to the new locations
8+
39
## 1.13.0 - 2024-07-05
410

511
Adds support for Elixir 1.17 and OTP 27. This now requires

mix.exs

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

4-
@version "1.13.0"
4+
@version "1.13.1"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)