Skip to content

Commit

Permalink
Release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Jul 18, 2021
1 parent 816aba4 commit 7ca27e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@
Change History
==============

0.9.0 (TDB)
-----------
0.9.0 (2021-07-17)
------------------

- `Issue #44`_/`Issue #50`_: Raise `GitWildMatchPatternError` for invalid git patterns.
- `Issue #45`_: Fix for duplicate leading double-asterisk, and edge cases.
- `Issue #46`_: Fix matching absolute paths.
- API change: `util.normalize_files()` now returns a `Dict[str, List[pathlike]]` instead of a `Dict[str, pathlike]`.
- Added type hinting.

.. _`Issue #44`: https://github.com/cpburnz/python-path-specification/issues/44
.. _`Issue #45`: https://github.com/cpburnz/python-path-specification/pull/45
.. _`Issue #46`: https://github.com/cpburnz/python-path-specification/issues/46
.. _`Issue #50`: https://github.com/cpburnz/python-path-specification/pull/50


0.8.1 (2020-11-07)
Expand Down
9 changes: 8 additions & 1 deletion pathspec/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
"KOLANICH <https://github.com/KOLANICH>",
"JonjonHays <https://github.com/JonjonHays>",
"Isaac0616 <https://github.com/Isaac0616>",
"SebastiaanZ <https://github.com/SebastiaanZ>",
"RoelAdriaans <https://github.com/RoelAdriaans>",
"raviselker <https://github.com/raviselker>",
"johanvergeer <https://github.com/johanvergeer>",
"danjer <https://github.com/danjer>",
"jhbuhrman <https://github.com/jhbuhrman>",
"WPDOrdina <https://github.com/WPDOrdina>",
]
__license__ = "MPL 2.0"
__version__ = "0.9.0.dev1"
__version__ = "0.9.0"

0 comments on commit 7ca27e2

Please sign in to comment.