Skip to content

Commit

Permalink
v0.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcarstens committed Jul 13, 2024
1 parent 7b0a626 commit 0cd445d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.4.1

* Support `:dot_iex` or `:dot_iex_path` option
* `:dot_iex` was mistakenly interpreted as an Elixir 1.17
option, but was being referenced from the `main` branch.
Elixir 1.17 still requires `:dot_iex_path`, so this change
adds support to include both for now

## v0.4.0

* Adds support for Elixir 1.17
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.4.0"
@version "0.4.1"
@source_url "https://github.com/jjcarstens/extty"

def project do
Expand Down

0 comments on commit 0cd445d

Please sign in to comment.