Skip to content

Commit

Permalink
Generate Changelog for version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MKLeb committed Jun 1, 2023
1 parent c287de9 commit 76df685
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 8 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,39 @@ Backward incompatible (breaking) changes will only be introduced in major versio
.. towncrier release notes start
0.5.0 (2023-06-01)
==================

Features
--------

- `#54 <https://github.com/saltstack/pytest-skip-markers/issues/54>`_: Add a Jupyter notebook processor that allows running parameterized notebooks using `papermill`



Improvements
------------

- `#46 <https://github.com/saltstack/pytest-skip-markers/issues/46>`_: Allow multiple collectors to feed data into the processors chain

- `#47 <https://github.com/saltstack/pytest-skip-markers/issues/47>`_: Forwarders always run concurrently now

- `#48 <https://github.com/saltstack/pytest-skip-markers/issues/48>`_: Create a test event collector(generator)

- `#49 <https://github.com/saltstack/pytest-skip-markers/issues/49>`_: Turn the `noop` processor into the `test` event processor(generator)

- `#50 <https://github.com/saltstack/pytest-skip-markers/issues/50>`_: Allow defining if a pipeline should restart or not when it ends or when it fails during processing.

- `#52 <https://github.com/saltstack/pytest-skip-markers/issues/52>`_: Chain processors asynchronously



Trivial/Internal Changes
------------------------

- `#47 <https://github.com/saltstack/pytest-skip-markers/issues/47>`_: Add a timed test case to verify concurrency


0.4.0 (2023-05-18)
==================

Expand Down
1 change: 0 additions & 1 deletion changelog/46.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/47.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/47.trivial.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/48.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/49.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/50.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/52.improvement.rst

This file was deleted.

1 change: 0 additions & 1 deletion changelog/54.feature.rst

This file was deleted.

0 comments on commit 76df685

Please sign in to comment.