v3.0.1: 🐞 Bugfix - Method calling when caching is globally disabled
What's Changed
- refactor using
tmpdir
in tests by @Borda in #201 - build(deps): bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 by @dependabot in #204
- lint: improve code quality by @Borda in #205
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #209
- build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 by @dependabot in #208
- [pre-commit.ci] pre-commit suggestions by @pre-commit-ci in #210
- precommit: add
mdformat
& droppyupgrade
by @Borda in #211 - add license to MANIFEST by @shaypal5 in #214
- pkg: convert
setup.py
config topyproject.toml
by @shaypal5 in #213 - ci: compile missing
requirements.txt
by @Borda in #217 - pkg: move code to dedicated folder src/ by @Borda in #218
- ci: drop
checkdocs
by @Borda in #220 - pkg: move
coverage
's config topyproject.toml
by @Borda in #219 - lint: enable Ruff's D ~
pydocstyle
by @Borda in #221 - build(deps): bump actions/setup-python from 3 to 5 by @dependabot in #222
- build(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #223
- [pre-commit.ci] pre-commit suggestions by @pre-commit-ci in #224
- Fix build README badge by @shaypal5 in #225
- Fix main typo in pyproject.toml by @jamt9000 in #226
- Fix method calling with caching globally disabled #212 by @dphi in #227
- release version 3.0.1 by @shaypal5 in #229
New Contributors
Full Changelog: v3.0.0...v3.0.1