@@ -5,17 +5,18 @@ History
5
5
6
6
v0.7.2
7
7
------
8
- * Improved tests - 2e0byo
9
- * Add type to album object - jozefKruszynski
10
- * Add mix images and tests - jozefKruszynski
11
- * Add mypy and fix immediate typing errors - arusahni
12
- * New attribute to media.Track() class: 'full_name' WilliamGuisan
13
- * Fix Track.stream() method ssnailed
14
- * Fixed key error for gender when parsing user json mkaufhol
15
- * Drop (almost) all user data we don't use. 2e0byo
16
- * Add typing for media, genres, mixes, and albums arusahni
17
- * Replace TypedDict and NamedTuple with dataclasses arusahni
18
- * Fix circular Imports and Typing PretzelVector
8
+ * (BREAKING!) Drop support for python3.8 and older
9
+ * Improved tests - 2e0byo _
10
+ * Add type to album object - jozefKruszynski _
11
+ * Add mix images and tests - jozefKruszynski _
12
+ * Add mypy and fix immediate typing errors - arusahni _
13
+ * New attribute to media.Track() class: 'full_name' - WilliamGuisan _
14
+ * Fix Track.stream() method - ssnailed _
15
+ * Fixed key error for gender when parsing user json - mkaufhol _
16
+ * Drop (almost) all user data we don't use. - 2e0byo _
17
+ * Add typing for media, genres, mixes, and albums - arusahni _
18
+ * Replace TypedDict and NamedTuple with dataclasses - arusahni _
19
+ * Fix circular Imports and Typing - PretzelVector _
19
20
20
21
v0.7.1
21
22
------
@@ -113,3 +114,14 @@ v0.6.2
113
114
.. _retired-guy : https://github.com/retired-guy
114
115
.. _bjesus : https://github.com/bjesus
115
116
.. _bloedboemmel : https://github.com/bloedboemmel
117
+ .. _2e0byo : https://github.com/2e0byo
118
+ .. _jozefKruszynski : https://github.com/jozefKruszynski
119
+ .. _arusahni : https://github.com/arusahni
120
+ .. _WilliamGuisan : https://github.com/WilliamGuisan
121
+ .. _ssnailed : https://github.com/ssnailed
122
+ .. _mkaufhol : https://github.com/mkaufhol
123
+ .. _PretzelVector : https://github.com/PretzelVector
124
+ .. _tehkillerbee : https://github.com/tehkillerbee
125
+
126
+
127
+
0 commit comments