Skip to content

Commit

Permalink
Generate Changelog for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MKLeb committed May 16, 2023
1 parent 25f263d commit 7607cdb
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,28 @@ Backward incompatible (breaking) changes will only be introduced in major versio
.. towncrier release notes start
0.2.0 (2023-05-16)
==================

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

- `#31 <https://github.com/saltstack/pytest-skip-markers/issues/31>`_: Refactored the logs collector into a generic file collector

- `#33 <https://github.com/saltstack/pytest-skip-markers/issues/33>`_: If a processor decides not to return the passed event, no attempts to run the next processor on it or just forward it should be made

- `#34 <https://github.com/saltstack/pytest-skip-markers/issues/34>`_: Log the traceback on the first time a pipeline run raises an exception

- `#37 <https://github.com/saltstack/pytest-skip-markers/issues/37>`_: Processors can now return 1 or more events, they'll all get forwarded



Bug Fixes
---------

- `#32 <https://github.com/saltstack/pytest-skip-markers/issues/32>`_: If one of the processors raises an exception, stop processing the event


0.1.1 (2023-05-15)
==================

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog/32.bugfix.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 7607cdb

Please sign in to comment.