Releases: metabrainz/liblistenbrainz
Releases · metabrainz/liblistenbrainz
v0.5.5
What's Changed
- feat: Migrate project metadata to pyproject.toml by @georgkrause in #25
- pylistenbrainz -> liblistenbrainz by @mayhem in #28
- ci: Add integration and deployment pipelines by @georgkrause in #26
- Pyproject improvements by @georgkrause in #29
New Contributors
- @georgkrause made their first contribution in #25
Full Changelog: v0.5.4...v0.5.5
v0.5.5-pre
What's Changed
- feat: Migrate project metadata to pyproject.toml by @georgkrause in #25
- pylistenbrainz -> liblistenbrainz by @mayhem in #28
- ci: Add integration and deployment pipelines by @georgkrause in #26
New Contributors
- @georgkrause made their first contribution in #25
Full Changelog: v0.5.4...v0.5.5-pre
v0.5.4
v0.5.3
v0.5.2
v0.5.1
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Add support for listen-count endpoint by @deafmute1 in #7
New Contributors
- @deafmute1 made their first contribution in #7
Full Changelog: v0.4.1...0.5.0
v0.4.1
v0.4.0
v0.3.0
- Remove the wrapper object for stats, I feel that the dict is a much easier object to manipulate here.
- Add support for the
/1/stats/user/{user_name}/recordings
and/1/stats/user/{user_name}/releases
endpoint. Seeget_user_recordings
andget_user_releases