Skip to content

Commit

Permalink
Release v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cpburnz committed Nov 7, 2020
1 parent 15663fd commit 7b125ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Change History
==============

0.8.1 (2020-11-07)
------------------

- `Issue #43`_: Add support for addition operator.

.. _`Issue #43`: https://github.com/cpburnz/python-path-specification/pull/43


0.8.0 (2020-04-09)
------------------
Expand Down
5 changes: 3 additions & 2 deletions pathspec/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,14 @@
"groodt <https://github.com/groodt>",
"ftrofin <https://github.com/ftrofin>",
"pykong <https://github.com/pykong>",
"nhhollander <https://github.com/nhhollander>",
]
__email__ = "cpburnz@gmail.com"
__license__ = "MPL 2.0"
__project__ = "pathspec"
__status__ = "Development"
__updated__ = "2020-04-09"
__version__ = "0.8.0"
__updated__ = "2020-11-07"
__version__ = "0.8.1"

from .pathspec import PathSpec
from .pattern import Pattern, RegexPattern
Expand Down

0 comments on commit 7b125ac

Please sign in to comment.