File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
History
4
4
=======
5
+ v0.8.1
6
+ ------
7
+ * Typings: get_urls() returned value shall be `[str] `. - exislow _
8
+ * Remove MQA legacy code leftovers, HIRES naming inconsistency - exislow _
9
+ * Tests: Updated unit test(s) - tehkillerbee _
10
+
5
11
v0.8.0
6
12
------
7
13
* BREAKING: MQA, Sony 360 audio no longer supported July 24th 2024; removed references to these formats. - tehkillerbee _
Original file line number Diff line number Diff line change 23
23
author = "The tidalapi Developers"
24
24
25
25
# The full version, including alpha/beta/rc tags
26
- release = "0.8.0 "
26
+ release = "0.8.1 "
27
27
28
28
29
29
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tidalapi"
3
- version = " 0.8.0 "
3
+ version = " 0.8.1 "
4
4
description = " Unofficial API for TIDAL music streaming service."
5
5
authors = [" Thomas Amland <thomas.amland@googlemail.com>" ]
6
6
maintainers = [" tehkillerbee <tehkillerbee@users.noreply.github.com>" ]
Original file line number Diff line number Diff line change 19
19
User ,
20
20
)
21
21
22
- __version__ = "0.8.0 "
22
+ __version__ = "0.8.1 "
You can’t perform that action at this time.
0 commit comments