Skip to content

Commit b4c7559

Browse files
committed
chore: release v0.4.1
1 parent 2d01b8f commit b4c7559

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
@@ -15,6 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515
<a name="unreleased"></a>
1616
## [Unreleased]
1717

18+
19+
<a name="v0.4.1"></a>
20+
## [v0.4.1] - 2023-06-15
1821
### Bug Fixes
1922
- resolve issue with unused analyzer reporting false positives ([`3b86630`](https://github.com/hauleth/mix_unused/commit/3b866308a7afe89d09f3293566439267cf0eaef7))
2023

@@ -102,7 +105,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
102105
- add module.behaviour_info/1 to list of ignored built ins ([`df2f7e2`](https://github.com/hauleth/mix_unused/commit/df2f7e2209f5ee229d9c3c5efe3ee5c9b40f3261))
103106

104107

105-
[Unreleased]: https://github.com/hauleth/mix_unused/compare/v0.4.0...HEAD
108+
[Unreleased]: https://github.com/hauleth/mix_unused/compare/v0.4.1...HEAD
109+
[v0.4.1]: https://github.com/hauleth/mix_unused/compare/v0.4.0...v0.4.1
106110
[v0.4.0]: https://github.com/hauleth/mix_unused/compare/v0.3.0...v0.4.0
107111
[v0.3.0]: https://github.com/hauleth/mix_unused/compare/v0.2.1...v0.3.0
108112
[v0.2.1]: https://github.com/hauleth/mix_unused/compare/v0.2.0...v0.2.1

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule MixUnused.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/hauleth/mix_unused"
5-
@version "0.4.0"
5+
@version "0.4.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)