Commit graph

14 commits

Author SHA1 Message Date
84ef67b69f
check out the correct ref when building the package
Some checks failed
Actions / Build (push) Failing after 16s
Actions / Lint with Ruff, Pylint, & MyPy (push) Successful in 20s
Actions / Build Documentation (push) Successful in 25s
2024-11-15 11:26:50 -05:00
c4205fc4f1
(3.1.0)
Some checks failed
Actions / Build (push) Failing after 19s
Actions / Lint with Ruff, Pylint, & MyPy (push) Successful in 22s
Actions / Build Documentation (push) Successful in 25s
- improved version logic - now using hatch and hatch-vcs to automatically generate versions based on git tag / git commit / distance from last tag
- raise an error if the voices cache is not populated correctly
- lint with mypy in actions
- use pyproject.toml for pylint configuration
2024-11-15 11:14:33 -05:00
18d2c504c7
try changing the tag?? why don't you work fella
Some checks failed
Actions / Build (push) Successful in 9s
Actions / Lint with Ruff & Pylint (push) Failing after 12s
Actions / Build Documentation (push) Successful in 24s
2024-11-15 08:58:34 -05:00
fbb4f61dc8
hopefully fix documentation builds
Some checks failed
Actions / Build (push) Successful in 9s
Actions / Lint with Ruff & Pylint (push) Failing after 12s
Actions / Build Documentation (push) Failing after 6s
2024-11-15 00:17:56 -05:00
fde5dad155
(3.0.0) cleaned up uv dependencies for pep 735, made a backwards incompatible change in the FloweryApiConfig model, and set up ruff formatting
Some checks failed
Actions / Build (push) Successful in 10s
Actions / Lint with Ruff & Pylint (push) Failing after 12s
Actions / Build Documentation (push) Failing after 6s
2024-11-15 00:10:38 -05:00
551c8eb7ca
change MELI_SECRET -> MELI_TOKEN & trigger docs rebuild
Some checks failed
Actions / Build (push) Successful in 10s
Actions / Lint with Ruff & Pylint (push) Failing after 12s
Actions / Build Documentation (push) Successful in 24s
2024-10-21 16:47:31 -04:00
3949e75de5
install the correct version of python before running actions
Some checks failed
Actions / Build (push) Successful in 10s
Actions / Lint with Ruff & Pylint (push) Failing after 14s
Actions / Build Documentation (push) Successful in 24s
2024-10-10 15:47:20 -04:00
b3c929805b
oops!
Some checks failed
Actions / Lint with Ruff & Pylint (push) Failing after 12s
Actions / Build (push) Successful in 18s
Actions / Build Documentation (push) Successful in 22s
2024-10-10 15:32:28 -04:00
8cf60f653a
(2.1.1) migrate to uv
Some checks failed
Actions / Build (push) Failing after 3s
Actions / Build Documentation (push) Failing after 3s
Actions / Lint with Ruff & Pylint (push) Failing after 12s
2024-10-10 15:30:15 -04:00
93d55cda47
bump version of checkout action
All checks were successful
Actions / build (push) Successful in 9s
Actions / lint (push) Successful in 14s
Actions / docs (push) Successful in 23s
2024-09-19 16:14:34 -04:00
cb87400278
(2.0.0) woohoo, first major version bump!
Some checks failed
Actions / build (push) Successful in 8s
Actions / lint (push) Failing after 13s
Actions / docs (push) Successful in 23s
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
All checks were successful
Actions / build (push) Successful in 11s
Actions / lint (push) Successful in 18s
2024-09-15 23:18:56 -04:00
78b87fd940
fixed a missing config file
Some checks failed
Actions / build (push) Successful in 10s
Actions / lint (push) Failing after 17s
2024-09-15 23:14:17 -04:00
4becff70e6
version 1.0.0
Some checks failed
Actions / lint (push) Failing after 11s
Actions / build (push) Successful in 13s
2024-09-15 23:12:30 -04:00