Skip to content

Commit 8b5000a

Browse files
committed
v1.0.1 release
1 parent e334e6e commit 8b5000a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## v1.0.1
4+
5+
This release adds support for Elixir 1.18.
6+
7+
* Fixes
8+
* Automatically specify or adjust IEx's `:dot_iex` option depending on the
9+
Elixir version. No changes to user code is needed, but once you upgrade to
10+
Elixir 1.18, if you're specifying a custom `:dot_iex_path` (unlikely), you
11+
should update it.
12+
313
## v1.0.0
414

515
This release adds support for Elixir 1.17 and removes support for Elixir 1.12

mix.exs

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

4-
@version "1.0.0"
4+
@version "1.0.1"
55
@source_url "https://github.com/nerves-project/nerves_ssh"
66

77
def project do

0 commit comments

Comments
 (0)