File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 3.0.39: 2023-07-04
5+ ------------------
6+
7+ Fixes:
8+ - Fix `RuntimeError` when `__breakpointhook__` is called from another thread.
9+ - Fix memory leak in filters usage.
10+ - Ensure that key bindings are handled in the right context (when using
11+ contextvars).
12+
13+ New features:
14+ - Accept `in_thread` keyword in `prompt_toolkit.shortcuts.prompt()`.
15+ - Support the `NO_COLOR` environment variable.
16+
17+
4183.0.38: 2023-02-28
519------------------
620
Original file line number Diff line number Diff line change 5050# built documents.
5151#
5252# The short X.Y version.
53- version = "3.0.38 "
53+ version = "3.0.39 "
5454# The full version, including alpha/beta/rc tags.
55- release = "3.0.38 "
55+ release = "3.0.39 "
5656
5757# The language for content autogenerated by Sphinx. Refer to documentation
5858# for a list of supported languages.
Original file line number Diff line number Diff line change 2727from .shortcuts import PromptSession , print_formatted_text , prompt
2828
2929# Don't forget to update in `docs/conf.py`!
30- __version__ = "3.0.38 "
30+ __version__ = "3.0.39 "
3131
3232assert pep440 .match (__version__ )
3333
You can’t perform that action at this time.
0 commit comments