v3.6.4
3.6.4 (2025-05-31)
Changed
- Added a
DeprecationWarningto theSong,Artist, andAlbum
classes. TheGeniusclient will be removed from these classes in
a future release. - Added a
DeprecationWarningto theTrackclass. This class will
be removed in a future release. Its functionality will be
incorporated into theSongclass. - Added a
DeprecationWarningto theStatsclass. This class will
be removed in a future release. - Added a
FutureWarningto theSongconstructor. Its signature
will change toSong(lyrics, body)instead of
Song(client, json_dict, lyrics).
What's Changed
- Add-save-to-txt-and-stdout by @johnwmillr in #295
- Add save to txt and stdout by @johnwmillr in #297
- Migrate to uv by @johnwmillr in #299
- Lint and format with ruff by @johnwmillr in #300
- Use get to avoid key error on body by @johnwmillr in #301
- Improve cli tool by @johnwmillr in #302
- Modify publish.yml to only publish when Package version is changed by @johnwmillr in #303
- Remove unused variables and statements with no effect from the search artist function by @Steffo99 in #183
- Add deprecation and future warnings by @johnwmillr in #307
Full Changelog: v3.2.0...v3.6.4