Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@leifgehrmann leifgehrmann released this 07 Oct 20:06
· 6 commits to master since this release

Breaking Changes

  • pangocairocffi now requires v0.11.0 of pangocffi. #29
  • Changed font_map.get_pointer() to the property font_map.pointer. #29
  • Changed font_map.set_resolution() and font_map.get_resolution() to the property context.resolution. #29

Internal Improvements

  • Tests are now run for Python 3.10. #27
  • Scheduled GitHub Actions for running tests have been removed. #27
  • The GitHub Action for linting was extracted out of the build/test action to make contributions easier. #28