Skip to content

Commit

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

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

- `#41 <https://github.com/saltstack/pytest-skip-markers/issues/41>`_: AsyncIO cooperative file reads/writes. Support glob matching on paths.



Bug Fixes
---------

- `#42 <https://github.com/saltstack/pytest-skip-markers/issues/42>`_: Explicitly create a new loop and assign it to the current thread and avoid a `DeprecationWarning`

- `#43 <https://github.com/saltstack/pytest-skip-markers/issues/43>`_: Fix the seek to end of file call

- `#44 <https://github.com/saltstack/pytest-skip-markers/issues/44>`_: Import `TypedDict` from typing_extensions on Python < 3.9.2


0.3.0 (2023-05-17)
==================

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 89ad7f7

Please sign in to comment.