Skip to content

Commit

Permalink
v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 14, 2024
1 parent d27a08a commit 3f0857f
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

This release officially adds support for Elixir 1.17 and OTP 27. It removes
support for Elixir 1.11 and 1.12 due to new warnings from dependent libraries.

* Updates
* `geo` - Print geo-location results and more.
* `httpget` - Support binding to an `:ifname` when making requests. Works well
on Linux and approximated on other operating systems.
* `httpget` - Use IPv6 if available and fall back to IPv4.

## v0.3.2

* Updates
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.3.2"
@version "0.4.0"
@source_url "https://github.com/elixir-toolshed/toolshed"

def project do
Expand Down

0 comments on commit 3f0857f

Please sign in to comment.