We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f3f13 commit 5751eb7Copy full SHA for 5751eb7
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Change Log
2
==========
3
4
+## v0.10.0 - 2019-08-25
5
+
6
+* Symlink views now support relative symlinks (@daviddavo)
7
+* Running just `beet alt` does not throw an error anymore (@daviddavo)
8
9
## v0.9.0 - 2018-11-24
10
* The package is now on PyPI
11
* Require at least beets v1.4.7
setup.py
@@ -2,7 +2,7 @@
setup(
name='beets-alternatives',
- version='0.9.0',
+ version='0.10.0',
description='beets plugin to manage multiple files',
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
0 commit comments