Skip to content

Commit

Permalink
v0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 3, 2024
1 parent dec3dda commit fd6f42b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.3.2

* Updates
* `log_attach` - Use the Erlang logger with OTP 26 and later. This enables
more options and removes a dependency on the now deprecated Elixir console
logger. The Elixir logger is still used with OTP 25 and earlier.
* `log_attach` - Update config options when re-attaching rather than returning
an error.
* Fixed Elixir 1.17 warnings

## v0.3.1

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

def project do
Expand Down

0 comments on commit fd6f42b

Please sign in to comment.