From 6fd6bee628f5f2746ac46939b13fd127941a73f9 Mon Sep 17 00:00:00 2001 From: cpburnz <2126043+cpburnz@users.noreply.github.com> Date: Tue, 14 Mar 2023 20:54:25 -0400 Subject: [PATCH] Release v0.11.1 --- CHANGES.rst | 4 ++-- README-dist.rst | 17 +++++++++++++++++ pathspec/_meta.py | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e7b00b2..f37c491 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,8 +3,8 @@ Change History ============== -0.11.1 (TBD) ------------- +0.11.1 (2023-03-14) +------------------- Bug fixes: diff --git a/README-dist.rst b/README-dist.rst index b8f090c..bfe0e13 100644 --- a/README-dist.rst +++ b/README-dist.rst @@ -170,6 +170,23 @@ Change History ============== +0.11.1 (2023-03-14) +------------------- + +Bug fixes: + +- `Issue #74`_: Include directory should override exclude file. + +Improvements: + +- `Pull #75`_: Fix partially unknown PathLike type. +- Convert `os.PathLike` to a string properly using `os.fspath`. + +.. _`Issue #74`: https://github.com/cpburnz/python-pathspec/issues/74 +.. _`Pull #75`: https://github.com/cpburnz/python-pathspec/pull/75 + + + 0.11.0 (2023-01-24) ------------------- diff --git a/pathspec/_meta.py b/pathspec/_meta.py index b368db7..80942a5 100644 --- a/pathspec/_meta.py +++ b/pathspec/_meta.py @@ -52,4 +52,4 @@ "axesider ", ] __license__ = "MPL 2.0" -__version__ = "0.11.1.dev1" +__version__ = "0.11.1"