From cf0573ea2985516af97c0c051fc784a782c41261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Niemier?= Date: Wed, 13 Oct 2021 21:38:18 +0200 Subject: [PATCH] chore: release 0.2.1 --- CHANGELOG.md | 6 +++++- mix.exs | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ec75e..74f9efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## [Unreleased] + + +## [v0.2.1] - 2021-10-13 ### Bug Fixes - properly fail when the severity is high enough ([`762ae41`](https://github.com/hauleth/mix_unused/commit/762ae41361bae297b10b431ffc6e31e69d9978e8)) - relicense to MIT ([`ab8eeea`](https://github.com/hauleth/mix_unused/commit/ab8eeea5d7e2b4d98de85e3c51855bebc7d66058)) @@ -44,5 +47,6 @@ - add module.behaviour_info/1 to list of ignored built ins ([`df2f7e2`](https://github.com/hauleth/mix_unused/commit/df2f7e2209f5ee229d9c3c5efe3ee5c9b40f3261)) -[Unreleased]: https://github.com/hauleth/mix_unused/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/hauleth/mix_unused/compare/v0.2.1...HEAD +[v0.2.1]: https://github.com/hauleth/mix_unused/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/hauleth/mix_unused/compare/v0.1.0...v0.2.0 diff --git a/mix.exs b/mix.exs index 57ac7dd..dfcbbfa 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule MixUnused.MixProject do [ app: :mix_unused, description: "Mix compiler tracer for detecting unused public functions", - version: "0.2.0", + version: "0.2.1", elixir: "~> 1.10", package: [ licenses: ~w[MIT],