Skip to content

Commit

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

## v1.11.2 - 2024-00-27

Nerves support is shifting to [Elixir Forum - Nerves Forum](https://elixirforum.com/c/nerves-forum/74)!
This will now be the preferred and primary source for gaining Nerves support
and documentation has been adjusted to reflect this shift.

* Set `TERM` from user terminal when running `mix nerves.system.shell`
on MacOS. Fixes an issue where config menus were not rendering
* Documentation updates and improvements
* Add instructions for [`mise`](https://mise.jdx.dev)
* Remove USB Gadget mode serial references since not on official platforms

## v1.11.1 - 2024-08-05

* Fix Docker builds for nerves_system_br v1.28.0 and later (see #997)
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.11.1"
@version "1.11.2"
@source_url "https://github.com/nerves-project/nerves"

def project do
Expand Down

0 comments on commit 0db6a4b

Please sign in to comment.