Skip to content

Commit

Permalink
Update CHANGELOG (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont authored Jun 7, 2023
1 parent 87abda5 commit a863e07
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@
Changelog
*********

0.3.2 (6/06/2023)
0.3.2 (7/06/2023)
=================

Bug fixes
---------
* `run_component`: fixed adding the captured output to `CalledProcessError` object when a component execution fails.

0.3.1 (6/06/2023)
================

Bug fixes
---------
* `run_component`: fix a bug where `pytest.fail` was used when running a component failed instead of using `CalledProcessError`.

0.3.0 (6/06/2023)
=================

Breaking changes
----------------
* `run_component`: when the component fails, stack traces from helper functions are no longer shown.

* `run_component`: component output captured from stderr and stdout is added to pytest output.
Expand Down

0 comments on commit a863e07

Please sign in to comment.