Releases: betapictoris/modrinth.py
v0.1.5.3 - Hotfix for the deployment script
Full Changelog: v0.1.5...v0.1.5.3
v0.1.5
Breaking Changes
There's one new breaking change in this release as getPrimaryFile
is now deprecated in favor of the new getFiles
method which closes, finally, #10. If you want the same effect of getPrimaryFile
with getFiles
you can use the following, it will just been in an array now:
ModrinthVersion.getFiles(primary = True)
While this is more work if all you want is the primary file it does allow for more filters, as outlined in the previously linked issue.
Other Changes
- Thanks for the typo correction, @ItzSkyReed, #11!
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- Bump certifi from 2022.6.15 to 2022.12.7 by @dependabot in #4
- Added getting of the latest project version by @betapictoris in #9
- Bump requests from 2.28.1 to 2.31.0 by @dependabot in #7
New Contributors
- @dependabot made their first contribution in #4
- @betapictoris made their first contribution in #9
Full Changelog: v0.1.3...v0.1.4
v0.1.3b
PyPi release
Full Changelog: v0.1.3a...v0.1.3b
v0.1.3a
v0.1.2
Release for PyPi actions testing.
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Fixes from v0.1.0
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Early release of Modrinth.py. Features include the following:
- Basic reading of versions and projects
- Authentication
Full Changelog: https://github.com/BetaPictoris/modrinth.py/commits/v0.1.0