Releases: asze17/ril-py
Releases · asze17/ril-py
Release list
Patch: v0.4.0
The version has been bumped to v0.4.0 to match ril's
What's Changed
- Make README more semantically accurate by @jay3332 in #1
- Created Owned versions of TextLayout/TextSegment as workarounds by @jay3332 in #2
- read me grammar fixes by @Tom-the-Bomb in #3
- Tests improvements by @ngh7mr3 in #5
- Fully implement Text and Font functionality.
This package now release to pypi under the name ril
New Contributors
- @jay3332 made their first contribution in #1
- @Tom-the-Bomb made their first contribution in #3
- @ngh7mr3 made their first contribution in #5
Full Changelog: v0.2.1...v0.4.0
Patch: v0.2.1.post6
Fix sdist still not publishing
Patch: v0.2.1.post5
Fix CI fails to build sdist
Release: v0.2.1
This release will publish the package under the name pyril due to a pypi limitation.
Release v0.2.0
Breaking:
- Renamed from ril to ril-py due to the name ril is currently unavailable on pypi.
Changes:
- Near complete API coverage for ril
- Documentation
- New APIs such as
ImageSequenceandFrame
Full Changelog: v0.1.0...v0.2.0
Beta Release: v0.1.0
This release includes all the functionalities that ril have. Most have been tested.