Skip to content

Commit

Permalink
Generate Changelog for version 1.0.0rc25
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Jul 31, 2023
1 parent 5db8c53 commit 7440e09
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 9 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,28 @@ Backward incompatible (breaking) changes will only be introduced in major versio

.. towncrier release notes start
1.0.0rc25 (2023-07-31)
======================

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

- Remove `pytest-tempdir` package dependency (`#154 <https://github.com/saltstack/pytest-salt-factories/issues/154>`_)
- Stop using deprecated `@pytest.mark.trylast` (`#155 <https://github.com/saltstack/pytest-salt-factories/issues/155>`_)
- Simplify and reduce the amount of patching required to unit test loader modules (`#156 <https://github.com/saltstack/pytest-salt-factories/issues/156>`_)


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

- Some internal processes improvements:

* Publish packages to PyPi with trusted publishers
* Enable dependabot to update the GH Actions versions on a weekly basis (`#151 <https://github.com/saltstack/pytest-salt-factories/issues/151>`_)
- Start using actionlint and shellcheck to validate GH Actions workflows (`#153 <https://github.com/saltstack/pytest-salt-factories/issues/153>`_)
- Improve code coverage by either removing code not getting used anymore or marking sections of the code which are not expected to be covered (`#157 <https://github.com/saltstack/pytest-salt-factories/issues/157>`_)


1.0.0rc24 (2023-07-27)
======================

Expand Down
4 changes: 0 additions & 4 deletions changelog/151.trivial.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 7440e09

Please sign in to comment.