Skip to content

Commit

Permalink
Merge pull request #95 from mcarlton00/version-1
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
mcarlton00 committed Nov 10, 2020
2 parents 1d929d2 + ea8ce3e commit f7550ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
=========

v1.0.0
---------------------------------------

- Fallback to 0 if runtimeticks value isn't found
- Sonarcloud cleanup
- Fix bugs in playlist create/delete
- Use favorited tracks as a playlist
- Include more favorites as playlists
- Don't error when trying to modify favorites
- Only show favorite playlists if they have contents

v0.9.3
---------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion mopidy_jellyfin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from mopidy import config, ext


__version__ = '0.9.3'
__version__ = '1.0.0'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f7550ba

Please sign in to comment.