Skip to content

Commit dc6059a

Browse files
committed
chore: release 0.3.0
1 parent 45d1aab commit dc6059a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<a name="unreleased"></a>
22
## [Unreleased]
33

4+
5+
<a name="v0.3.0"></a>
6+
## [v0.3.0] - 2021-10-18
47
### Bug Fixes
58
- do not stop tracer process after compilation ([`fbf7270`](https://github.com/hauleth/mix_unused/commit/fbf7270ff1ba81d342993e517d7c8e4829e85e8d))
69
- do not reload application configuration ([`7c1f7b8`](https://github.com/hauleth/mix_unused/commit/7c1f7b8689e7eef656b350bdac412729dd2efed6))
@@ -58,6 +61,7 @@
5861
- add module.behaviour_info/1 to list of ignored built ins ([`df2f7e2`](https://github.com/hauleth/mix_unused/commit/df2f7e2209f5ee229d9c3c5efe3ee5c9b40f3261))
5962

6063

61-
[Unreleased]: https://github.com/hauleth/mix_unused/compare/v0.2.1...HEAD
64+
[Unreleased]: https://github.com/hauleth/mix_unused/compare/v0.3.0...HEAD
65+
[v0.3.0]: https://github.com/hauleth/mix_unused/compare/v0.2.1...v0.3.0
6266
[v0.2.1]: https://github.com/hauleth/mix_unused/compare/v0.2.0...v0.2.1
6367
[v0.2.0]: https://github.com/hauleth/mix_unused/compare/v0.1.0...v0.2.0

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule MixUnused.MixProject do
55
[
66
app: :mix_unused,
77
description: "Mix compiler tracer for detecting unused public functions",
8-
version: "0.2.1",
8+
version: "0.3.0",
99
elixir: "~> 1.10",
1010
package: [
1111
licenses: ~w[MIT],

0 commit comments

Comments
 (0)