Skip to content

Commit 7732e25

Browse files
committed
Updated history
1 parent 157b1b4 commit 7732e25

File tree

1 file changed

+23
-11
lines changed

1 file changed

+23
-11
lines changed

HISTORY.rst

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ History
55

66
v0.7.2
77
------
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_
1920

2021
v0.7.1
2122
------
@@ -113,3 +114,14 @@ v0.6.2
113114
.. _retired-guy: https://github.com/retired-guy
114115
.. _bjesus: https://github.com/bjesus
115116
.. _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

Comments
 (0)