We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72331a1 commit 2318fe8Copy full SHA for 2318fe8
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v1.10.1 - 2023-03-08
4
+
5
+* Improvements
6
+ * Use `GitHubAPI` for public release artifacts for helpful reports on error
7
+ * Allow `castore: v1.0` to be used
8
9
## v1.10.0 - 2023-03-03
10
11
This release removes the ability to specify an alternative JSON codec with
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.MixProject do
use Mix.Project
- @version "1.10.0"
+ @version "1.10.1"
@source_url "https://github.com/nerves-project/nerves"
def project do
0 commit comments