Skip to content

Commit 23498ce

Browse files
committed
Updated changelog, version bump
1 parent 821335f commit 23498ce

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

HISTORY.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22
33
History
44
=======
5+
v0.8.6
6+
------
7+
* Add support for get<track, album, artist, playlist>count(), Workers: Use get_*_count to get the actual number of items. - tehkillerbee_
8+
* Only return warning if page itemtype (v2) is not implemented (Fixes: #362) - tehkillerbee_
9+
* Add legacy home endpoint for backwards compatibility - tehkillerbee_
10+
511
v0.8.5
612
------
713
* Cleanup: Removed deprecated function(s). - tehkillerbee_
814
* Feature: MixV2: Add support for parsing mixes originating from PageCategoryV2. - tehkillerbee_
9-
* Feature: Add support for PageCategoryV2 as used on Home page. - tehkillerbee_, Nokse22_
15+
* Feature: Get home page using new v2 endpoint. Add support for PageCategoryV2 - tehkillerbee_, Nokse22_
1016
* Feature: Add pagination workers from mopidy-tidal - tehkillerbee_, BlackLight_
1117
* Fix(playlist): Improve v2 endpoint usage. - tehkillerbee_
1218
* fix(playlist): More robust handling of the passed objects. - BlackLight_

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "The tidalapi Developers"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "0.8.5"
26+
release = "0.8.6"
2727

2828

2929
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tidalapi"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
description = "Unofficial API for TIDAL music streaming service."
55
authors = ["Thomas Amland <[email protected]>"]
66
maintainers = ["tehkillerbee <[email protected]>"]

tidalapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
User,
1818
)
1919

20-
__version__ = "0.8.5"
20+
__version__ = "0.8.6"

0 commit comments

Comments
 (0)