Skip to content

Commit

Permalink
release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FFY00 committed Oct 27, 2022
1 parent 9c60690 commit 7b002bb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,16 @@ Changelog
+++++++++


Unreleased
==========
0.9.0 (2022-10-27)
==================

- Hide a Python 3.11.0 unavoidable warning with venv (`PR #527`_)

- Fix infinite recursion error in ``check_dependency`` with circular
dependencies (`PR #512`_, Fixes `#511`_)

- Only import colorama on Windows (`PR #494`_, Fixes `#493`_)

- Flush output more often to reduce interleaved output (`PR #494`_)

- Small API cleanup, like better ``__all__`` and srcdir being read only. (`PR #477`_)

- Only use ``importlib_metadata`` when needed (`PR #401`_)

- Clarify in printout when build dependencies are being installed (`PR #514`_)

.. _PR #401: https://github.com/pypa/build/pull/401
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = build
version = 0.8.0
version = 0.9.0
description = A simple, correct PEP 517 build frontend
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/build/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
build - A simple, correct PEP 517 build frontend
"""

__version__ = '0.8.0'
__version__ = '0.9.0'

import contextlib
import difflib
Expand Down

0 comments on commit 7b002bb

Please sign in to comment.