Release preparation for version 2.15.2

This commit is contained in:
github-actions[bot]
2023-10-30 11:05:53 +00:00
parent c4521a30aa
commit 4641990021
151 changed files with 392 additions and 175 deletions

View File

@@ -1,4 +0,0 @@
---
category: minorAnalysis
---
* Added support for functions decorated with `contextlib.contextmanager`.

View File

@@ -1,4 +1,6 @@
---
category: minorAnalysis
---
## 0.11.2
### Minor Analysis Improvements
* Added support for functions decorated with `contextlib.contextmanager`.
* Namespace packages in the form of regular packages with missing `__init__.py`-files are now allowed. This enables the analysis to resolve modules and functions inside such packages.