Skip to content

Commit

Permalink
Release new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aklajnert committed Apr 28, 2020
1 parent 82e1e5a commit aea1492
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 33 deletions.
10 changes: 10 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
History
=======

0.1.4 (2020-04-28)
------------------

Bug fixes
~~~~~~~~~
* `#22 <https://github.com/aklajnert/pytest-subprocess/pulls//22>`_: The `returncode` will not be ignored when `callback` is used.
* `#21 <https://github.com/aklajnert/pytest-subprocess/pulls//21>`_: The exception raised from callback will take precedence over those from subprocess.
* `#20 <https://github.com/aklajnert/pytest-subprocess/pulls//20>`_: Registering process will be now consistent regardless of the command type.
* `#19 <https://github.com/aklajnert/pytest-subprocess/pulls//19>`_: Fixed crash for stderr redirect with an empty stream definition.

0.1.3 (2020-03-04)
------------------

Expand Down
8 changes: 0 additions & 8 deletions changelog.d/bug.3ec779c5.entry.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/bug.4bffbd71.entry.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/bug.4f8554e2.entry.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/bug.7bfb3945.entry.yaml

This file was deleted.

36 changes: 36 additions & 0 deletions changelog.d/releases/4.0.1.4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
entries:
bug:
- git_email: github@aklajnert.pl
git_user: Andrzej Klajnert
message: The `returncode` will not be ignored when `callback` is used.
os_user: andrzejk
pr_ids:
- '22'
timestamp: 1588058646
- git_email: github@aklajnert.pl
git_user: Andrzej Klajnert
message: The exception raised from callback will take precedence over those from
subprocess.
os_user: andrzejk
pr_ids:
- '21'
timestamp: 1588052678
- git_email: github@aklajnert.pl
git_user: Andrzej Klajnert
message: Registering process will be now consistent regardless of the command
type.
os_user: andrzejk
pr_ids:
- '20'
timestamp: 1587995575
- git_email: github@aklajnert.pl
git_user: Andrzej Klajnert
message: Fixed crash for stderr redirect with an empty stream definition.
os_user: andrzejk
pr_ids:
- '19'
timestamp: 1587964114
previous_release: 0.1.3
release_date: '2020-04-28'
release_description: ''
release_version: 0.1.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def read(fname):

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

0 comments on commit aea1492

Please sign in to comment.