Skip to content

v0.9.0

Compare
Choose a tag to compare
@harens harens released this 12 Feb 11:25
· 69 commits to master since this release
v0.9.0
efc3cdf

🚨 BREAKING CHANGE

  • The len method of the Port API has been removed.

⚡️ Features

  • Sped up the Port API by reducing the number of calls to the port command.
  • Sudo no longer required if portfile is already writable or just linting.
  • Added a repr method to the Port API.

🎭 Behind the Scenes

  • typing_extensions is now required for Python <3.9.
  • Simplified checksum calculations.
  • Checks that website starts with http.

Full Changelog

Commits: v0.8.0...v0.9.0