Skip to content

Commit 131b69a

Browse files
committed
Generate Changelog for version 0.13.0
1 parent 5e4864d commit 131b69a

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.rst

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

1414
.. towncrier release notes start
1515
16+
0.13.0 (2023-05-27)
17+
===================
18+
19+
Improvements
20+
------------
21+
22+
- Allow importing the virtualenv's dependencies into the python running ``tools``.
23+
This will allow maintaining a lighter ``tools.txt`` requirements file, and install additional dependencies only for the commands that really need them. (`#25 <https://github.com/s0undt3ch/python-tools-scripts/issues/25>`_)
24+
- Add support for a default Virtualenv. The default virtualenv site-packages will be added to the running python as an extra site dir. (`#26 <https://github.com/s0undt3ch/python-tools-scripts/issues/26>`_)
25+
- Allow passing virtualenv configuration when calling ``ptscripts.register_tools_module`` (`#27 <https://github.com/s0undt3ch/python-tools-scripts/issues/27>`_)
26+
27+
1628
0.12.0 (2023-03-07)
1729
===================
1830

changelog/25.improvement.rst

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

changelog/26.improvement.rst

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

changelog/27.improvement.rst

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

0 commit comments

Comments
 (0)