Commit graph

9 commits

Author SHA1 Message Date
551c8eb7ca
change MELI_SECRET -> MELI_TOKEN & trigger docs rebuild 2024-10-21 16:47:31 -04:00
3949e75de5
install the correct version of python before running actions 2024-10-10 15:47:20 -04:00
b3c929805b
oops! 2024-10-10 15:32:28 -04:00
8cf60f653a
(2.1.1) migrate to uv 2024-10-10 15:30:15 -04:00
93d55cda47
bump version of checkout action 2024-09-19 16:14:34 -04:00
cb87400278
(2.0.0) woohoo, first major version bump!
bunch of stuff this update, including a full documentation site (still a WIP)
there is now a cache created whenever an instance of `FloweryAPI` is instantiated, so you don't have to query the api and iterate through the api response to retrieve a single voice anymore!
function names have also been changed with this update, hence the major version bump. `get_tts()`, `get_voices()`, and `get_voice()` have been renamed to `fetch_tts()`, `fetch_voices()`, and `fetch_voice()` respectively. `get_voices()` still exists, but with different functionality (that method retrieves voices from the internal cache instead of querying the flowery api)

!BREAKING
2024-09-18 09:55:25 -04:00
997fd5437e
pylint fixes 2024-09-15 23:18:56 -04:00
78b87fd940
fixed a missing config file 2024-09-15 23:14:17 -04:00
4becff70e6
version 1.0.0 2024-09-15 23:12:30 -04:00