mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 15:24:46 +08:00
Prepare the release of 0.18.2
This commit is contained in:
@@ -6,9 +6,15 @@ Changelog
|
|||||||
Unreleased
|
Unreleased
|
||||||
++++++++++
|
++++++++++
|
||||||
|
|
||||||
|
0.18.2 (2022-11-21)
|
||||||
|
+++++++++++++++++++
|
||||||
|
|
||||||
- Added dataclass-equivalent for attrs.define
|
- Added dataclass-equivalent for attrs.define
|
||||||
- Find fixtures from Pytest entrypoints; Examples of pytest plugins installed
|
- Find fixtures from Pytest entrypoints; Examples of pytest plugins installed
|
||||||
like this are pytest-django, pytest-sugar and Faker.
|
like this are pytest-django, pytest-sugar and Faker.
|
||||||
|
- Fixed Project.search, when a venv was involved, which is why for example
|
||||||
|
`:Pyimport django.db` did not work in some cases in jedi-vim.
|
||||||
|
- And many smaller bugfixes
|
||||||
|
|
||||||
0.18.1 (2021-11-17)
|
0.18.1 (2021-11-17)
|
||||||
+++++++++++++++++++
|
+++++++++++++++++++
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ ad
|
|||||||
load
|
load
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '0.18.1'
|
__version__ = '0.18.2'
|
||||||
|
|
||||||
from jedi.api import Script, Interpreter, set_debug_function, preload_module
|
from jedi.api import Script, Interpreter, set_debug_function, preload_module
|
||||||
from jedi import settings
|
from jedi import settings
|
||||||
|
|||||||
Reference in New Issue
Block a user