Skip to content

Commit

Permalink
v0.2.25 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Nov 18, 2021
1 parent 221e566 commit 69c35d4
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.2.25

* Improvements
* Remove path completion when using Elixir 1.13. Path completion was improved
and merged into Elixir, so you no longer need Toolshed to use it. The
function call to use it is now a no-op on Elixir 1.13. On previous Elixir
versions, it will add path completion so there's no need to change any code.

## v0.2.24

* Improvements
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 Toolshed.MixProject do
use Mix.Project

@version "0.2.24"
@version "0.2.25"
@source_url "https://github.com/elixir-toolshed/toolshed"

def project do
Expand Down

0 comments on commit 69c35d4

Please sign in to comment.