From f81afa767afc66df78677a399ddf8fea0ffacd6d Mon Sep 17 00:00:00 2001 From: cpburnz <2126043+cpburnz@users.noreply.github.com> Date: Sun, 22 Jan 2023 18:49:40 -0500 Subject: [PATCH] Update CHANGES --- CHANGES.rst | 17 +++++++++++++++++ pathspec/_meta.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7013f8d..9e2fc6b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,6 +3,23 @@ Change History ============== +0.11.0 (TBD) +------------ + +Major changes: + +- Changed build backend to `flit_core.buildapi`_ from `setuptools.build_meta`_. Building with `setuptools` through `setup.py` is still supported for distributions that need it. See `Issue #72`_. + +Improvements: + +- `Issue #72`_/`Pull #73`_: Please consider switching the build-system to flit_core to ease setuptools bootstrap. + + +.. _`flit_core.buildapi`: https://flit.pypa.io/en/latest/index.html +.. _`Issue #72`: https://github.com/cpburnz/python-pathspec/issues/72 +.. _`Pull #73`: https://github.com/cpburnz/python-pathspec/pull/73 + + 0.10.3 (2022-12-09) ------------------- diff --git a/pathspec/_meta.py b/pathspec/_meta.py index ad06f0f..8494acc 100644 --- a/pathspec/_meta.py +++ b/pathspec/_meta.py @@ -51,4 +51,4 @@ "yschroeder ", ] __license__ = "MPL 2.0" -__version__ = "0.10.3" +__version__ = "0.11.0.dev1"