Skip to content

Commit

Permalink
Release v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Mar 15, 2023
1 parent 335504b commit 6fd6bee
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Change History
==============


0.11.1 (TBD)
------------
0.11.1 (2023-03-14)
-------------------

Bug fixes:

Expand Down
17 changes: 17 additions & 0 deletions README-dist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pathspec/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
"axesider <https://github.com/axesider>",
]
__license__ = "MPL 2.0"
__version__ = "0.11.1.dev1"
__version__ = "0.11.1"

0 comments on commit 6fd6bee

Please sign in to comment.