Skip to content

Commit

Permalink
Release version 1.5.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
aklajnert authored Jan 28, 2023
1 parent e3bec94 commit 8ba3e86
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
12 changes: 12 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
History
=======

1.5.0 (2023-01-28)
------------------

Features
~~~~~~~~
* `#109 <https://github.com/aklajnert/pytest-subprocess/pull/109>`_: Match also `os.PathLike`.
* `#105 <https://github.com/aklajnert/pytest-subprocess/pull/105>`_: Add program matcher.

Other changes
~~~~~~~~~~~~~
* `#110 <https://github.com/aklajnert/pytest-subprocess/pull/110>`_: Produce TypeError on Win Py<3.8 for Path args.

1.4.2 (2022-10-02)
------------------

Expand Down
19 changes: 19 additions & 0 deletions changelog.d/releases/18.1.5.0.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
entries:
feature:
- message: Match also `os.PathLike`.
pr_ids:
- '109'
timestamp: 1674900284
- message: Add program matcher.
pr_ids:
- '105'
timestamp: 1674900223
other:
- message: Produce TypeError on Win Py<3.8 for Path args.
pr_ids:
- '110'
timestamp: 1674900321
previous_release: 1.4.2
release_date: '2023-01-28'
release_description: ''
release_version: 1.5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def read(fname):

setup(
name="pytest-subprocess",
version="1.4.2",
version="1.5.0",
author="Andrzej Klajnert",
author_email="python@aklajnert.pl",
maintainer="Andrzej Klajnert",
Expand Down

0 comments on commit 8ba3e86

Please sign in to comment.