1.9 KiB
1.9 KiB
Changelog
[1.1.0] - 2020-05-05
Added
- Automatically publish to PyPI upon tagging #475 (AndreMiras)
- Dedicated setup.py test workflow #474 (AndreMiras)
Fixed
- Fixes a regression introduced during the linting #477 (AndreMiras)
- More fixes to Numpy so that the binary is accepted by the App Store #473 (lerela)
- Do not build known broken recipes #471 (AndreMiras)
- Fixes minor typos in the issue template #469 (AndreMiras)
- Activates venv before venv build #464 (AndreMiras)
- Fixes building in venv #462 (AndreMiras)
- Cleanup - Removes vendored deps #454 (misl6)
Changed
- Updates README.md with install/usage from PyPI #476 (AndreMiras)
- Moving to dedicated kivy_ios/ package directory #472 (AndreMiras)
- Bumps Cython version #470 (misl6)
- Uses new
cd
context manager more #465 (AndreMiras)
[1.0.0] - 2020-05-02
- Initial release