Skip to content

Commit

Permalink
Release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Oct 1, 2021
1 parent 92ce723 commit 61068f2
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,4 +1,13 @@

<a name="v0.1.6"></a>
## [v0.1.6] - 2021-10-01
### Bug Fixes
- encoding messages now show the correct file ([92ce723](https://github.com/maxhoesel/MusicBird/commit/92ce723)) [Max Hösel]

### Features
- **scan:** improve scanning performance by conditionally skipping type determination ([7123c53](https://github.com/maxhoesel/MusicBird/commit/7123c53)) [Max Hösel]


<a name="v0.1.5"></a>
## [v0.1.5] - 2021-10-01
### Bug Fixes
Expand Down Expand Up @@ -34,6 +43,7 @@
- initial fixes ([1565574](https://github.com/maxhoesel/MusicBird/commit/1565574)) [Max Hösel]


[v0.1.6]: https://github.com/maxhoesel/MusicBird/compare/v0.1.5...v0.1.6
[v0.1.5]: https://github.com/maxhoesel/MusicBird/compare/v0.1.4...v0.1.5
[v0.1.4]: https://github.com/maxhoesel/MusicBird/compare/v0.1.3...v0.1.4
[v0.1.3]: https://github.com/maxhoesel/MusicBird/compare/v0.1.2...v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion src/musicbird/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5"
__version__ = "0.1.6"

0 comments on commit 61068f2

Please sign in to comment.