Skip to content

Commit

Permalink
v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Jul 12, 2024
1 parent 07d730e commit bb82bb5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v0.4.0

* Adds support for Elixir 1.17
* This required using a different entry point into IEx and
adjusts the shape of `:shell_opts` to be a flat keyword list
* Elixir also renamed `:dot_iex_path` -> `:dot_iex`. The changes
here account for that for now, but if you previously included
this in options you'll need to change from
`shell_opts: [[dot_iex_path: path]]` to `shell_opts: [dot_iex: path]`
* Minimum supported Elixir version is now 1.13

## v0.3.0

* Support Elixir 1.15 / OTP 26 with backwards compatibility
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 ExTTY.MixProject do
use Mix.Project

@version "0.3.0"
@version "0.4.0"
@source_url "https://github.com/jjcarstens/extty"

def project do
Expand Down

0 comments on commit bb82bb5

Please sign in to comment.