Skip to content

Commit a8dd05f

Browse files
committed
Generate Changelog for version 0.12.0
1 parent 88147ac commit a8dd05f

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.rst

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

1414
.. towncrier release notes start
1515
16+
0.12.0 (2023-03-07)
17+
===================
18+
19+
Improvements
20+
------------
21+
22+
- Allow passing a string or list of strings as the parent to avoid circular imports. (`#22 <https://github.com/s0undt3ch/python-tools-scripts/issues/22>`_)
23+
- Take the `TOOLS_VIRTUALENV_CACHE_SEED` environmental variable into account when calculating the virtual environments cache hash. (`#23 <https://github.com/s0undt3ch/python-tools-scripts/issues/23>`_)
24+
25+
26+
Bug Fixes
27+
---------
28+
29+
- Catch `NotImplementedError` exception when setting up signal handling. Windows, for example, does not support signal handling with asyncio. (`#24 <https://github.com/s0undt3ch/python-tools-scripts/issues/24>`_)
30+
31+
1632
0.11.1 (2023-02-16)
1733
===================
1834

changelog/22.improvement.rst

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

changelog/23.improvement.rst

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

changelog/24.bugfix.rst

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

0 commit comments

Comments
 (0)