Skip to content

Commit 112bac6

Browse files
committed
Generate Changelog for version 0.11.0
1 parent 3d28c13 commit 112bac6

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.rst

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

1414
.. towncrier release notes start
1515
16+
0.11.0 (2023-02-14)
17+
===================
18+
19+
Features
20+
--------
21+
22+
- The `ctx` now has a `web` attribute, a `requests.Session` instance which can be used to make web requests. (`#19 <https://github.com/s0undt3ch/python-tools-scripts/issues/19>`_)
23+
- Improve the user experience when an `ImportError` occurs while instantiating tools.
24+
Instead of relying on direct imports, users can now call, `pyscripts.register_tools_module('tools.<whatever>')`.
25+
Python tools scripts will then import them one by one, catching and reporting any `ImportErrors` occurring.
26+
Due to these errors, some of the commands might be unavailable, but most likely not all, while providing a clue as to why that is. (`#20 <https://github.com/s0undt3ch/python-tools-scripts/issues/20>`_)
27+
28+
1629
0.10.4 (2023-02-13)
1730
===================
1831

changelog/19.feature.rst

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

changelog/20.feature.rst

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

0 commit comments

Comments
 (0)