release_notes/release_notes_template.md
Release date: {{RELEASE_DATE}}
{{DEV_DISCLAIMER}}
{{PROJECT_NAME}} {{VERSION}} bundles {{COMMIT_COUNT}} commits from {{CONTRIBUTOR_COUNT}} contributors.
We closed {{NUMBER_OF_ISSUES}} bug issues this release 👏
Thank-you to all our contributors who found these bugs and reported them! Did you know this is one of the most helpful contributions you can make to an open-source project? If you find any bugs in Pyrefly we want to know about them! Please open a bug report issue here.
pip install --upgrade {{PYPI_PACKAGE_NAME}}=={{VERSION}}
Upgrading the version of Pyrefly you're using or a third-party library you depend on can reveal new type errors in your code. Fixing them all at once is often unrealistic. We've written scripts to help you temporarily silence them. After upgrading, follow these steps:
pyrefly check --suppress-errorspyrefly check --remove-unused-ignoresThis will add # pyrefly: ignore comments to your code, enabling you to silence errors and return to fix them later. This can make the process of upgrading a large codebase much more manageable.
Read more about error suppressions in the Pyrefly documentation.
{{CONTRIBUTOR_GITHUB_HANDLES}}
Please note: These release notes summarize major updates and features. For brevity, not all individual commits are listed.