Skip to content

Commit 7440e09

Browse files
committed
Generate Changelog for version 1.0.0rc25
1 parent 5db8c53 commit 7440e09

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,28 @@ Backward incompatible (breaking) changes will only be introduced in major versio
2020

2121
.. towncrier release notes start
2222
23+
1.0.0rc25 (2023-07-31)
24+
======================
25+
26+
Improvements
27+
------------
28+
29+
- Remove `pytest-tempdir` package dependency (`#154 <https://github.com/saltstack/pytest-salt-factories/issues/154>`_)
30+
- Stop using deprecated `@pytest.mark.trylast` (`#155 <https://github.com/saltstack/pytest-salt-factories/issues/155>`_)
31+
- Simplify and reduce the amount of patching required to unit test loader modules (`#156 <https://github.com/saltstack/pytest-salt-factories/issues/156>`_)
32+
33+
34+
Trivial/Internal Changes
35+
------------------------
36+
37+
- Some internal processes improvements:
38+
39+
* Publish packages to PyPi with trusted publishers
40+
* Enable dependabot to update the GH Actions versions on a weekly basis (`#151 <https://github.com/saltstack/pytest-salt-factories/issues/151>`_)
41+
- Start using actionlint and shellcheck to validate GH Actions workflows (`#153 <https://github.com/saltstack/pytest-salt-factories/issues/153>`_)
42+
- 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>`_)
43+
44+
2345
1.0.0rc24 (2023-07-27)
2446
======================
2547

changelog/151.trivial.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/153.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/154.improvement.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/155.improvement.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/156.improvement.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/157.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)