Skip to content

Commit a863e07

Browse files
Update CHANGELOG (#11)
1 parent 87abda5 commit a863e07

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,25 @@
22
Changelog
33
*********
44

5-
0.3.2 (6/06/2023)
5+
0.3.2 (7/06/2023)
66
=================
7+
8+
Bug fixes
9+
---------
710
* `run_component`: fixed adding the captured output to `CalledProcessError` object when a component execution fails.
811

912
0.3.1 (6/06/2023)
1013
================
14+
15+
Bug fixes
16+
---------
1117
* `run_component`: fix a bug where `pytest.fail` was used when running a component failed instead of using `CalledProcessError`.
1218

1319
0.3.0 (6/06/2023)
1420
=================
21+
22+
Breaking changes
23+
----------------
1524
* `run_component`: when the component fails, stack traces from helper functions are no longer shown.
1625

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

0 commit comments

Comments
 (0)