We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a7b478 commit 638efc6Copy full SHA for 638efc6
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.2.18
4
+
5
+* Updates
6
+ * Livebook 0.2.3
7
+ * Update to MdnsLite 0.8.0 and enable support for using mDNS (.local)
8
+ addresses with Erlang distribution and more
9
+ * Update various other Nerves dependencies
10
11
## v0.2.17
12
13
* Updates
mix.exs
@@ -2,7 +2,7 @@ defmodule NervesLivebook.MixProject do
use Mix.Project
@app :nerves_livebook
- @version "0.2.17"
+ @version "0.2.18"
@all_targets [
:rpi,
:rpi0,
0 commit comments