Skip to content

Commit 04f7416

Browse files
committed
Generate Changelog for version 1.0.0rc22
1 parent 25663fc commit 04f7416

File tree

5 files changed

+26
-8
lines changed

5 files changed

+26
-8
lines changed

CHANGELOG.rst

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

2121
.. towncrier release notes start
2222
23+
1.0.0rc22 (2022-12-02)
24+
======================
25+
26+
Breaking Changes
27+
----------------
28+
29+
- Drop support for Python 3.5 and 3.6 (`#123 <https://github.com/saltstack/pytest-salt-factories/issues/123>`_)
30+
31+
32+
Improvements
33+
------------
34+
35+
- Defer all `salt` imports so that we can use pytest-salt-factories to test onedir builds (`#144 <https://github.com/saltstack/pytest-salt-factories/issues/144>`_)
36+
- A few improvements to functional testing support:
37+
38+
* Allow `StateReturn` to be accessed by key instead of just attribute
39+
* Add warning for when more than a state function is used under the same state key
40+
* Return an instance of `MatchString` for `StateResult.comment` (`#145 <https://github.com/saltstack/pytest-salt-factories/issues/145>`_)
41+
42+
43+
Trivial/Internal Changes
44+
------------------------
45+
46+
- Update the github actions versions to avoid deprecation errors (`#145 <https://github.com/saltstack/pytest-salt-factories/issues/145>`_)
47+
48+
2349
1.0.0rc21 (2022-11-04)
2450
======================
2551

changelog/123.breaking.rst

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

changelog/144.improvement.rst

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

changelog/145.improvement.rst

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

changelog/145.trivial.rst

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

0 commit comments

Comments
 (0)