Skip to content

Commit 8ba3e86

Browse files
authored
Release version 1.5.0 (#114)
1 parent e3bec94 commit 8ba3e86

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

HISTORY.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
History
22
=======
33

4+
1.5.0 (2023-01-28)
5+
------------------
6+
7+
Features
8+
~~~~~~~~
9+
* `#109 <https://github.com/aklajnert/pytest-subprocess/pull/109>`_: Match also `os.PathLike`.
10+
* `#105 <https://github.com/aklajnert/pytest-subprocess/pull/105>`_: Add program matcher.
11+
12+
Other changes
13+
~~~~~~~~~~~~~
14+
* `#110 <https://github.com/aklajnert/pytest-subprocess/pull/110>`_: Produce TypeError on Win Py<3.8 for Path args.
15+
416
1.4.2 (2022-10-02)
517
------------------
618

changelog.d/releases/18.1.5.0.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
entries:
2+
feature:
3+
- message: Match also `os.PathLike`.
4+
pr_ids:
5+
- '109'
6+
timestamp: 1674900284
7+
- message: Add program matcher.
8+
pr_ids:
9+
- '105'
10+
timestamp: 1674900223
11+
other:
12+
- message: Produce TypeError on Win Py<3.8 for Path args.
13+
pr_ids:
14+
- '110'
15+
timestamp: 1674900321
16+
previous_release: 1.4.2
17+
release_date: '2023-01-28'
18+
release_description: ''
19+
release_version: 1.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def read(fname):
1616

1717
setup(
1818
name="pytest-subprocess",
19-
version="1.4.2",
19+
version="1.5.0",
2020
author="Andrzej Klajnert",
2121
author_email="python@aklajnert.pl",
2222
maintainer="Andrzej Klajnert",

0 commit comments

Comments
 (0)