Release 3.0.24
Автор
Jonathan Slenders

Коммитер
Jonathan Slenders
4 года назад 
Файлов изменено: 3
+11
–3
e9eac2e
CHANGELOG
+8
–0
@@ -1,6 +1,14 @@ | ||
CHANGELOG | ||
========= | ||
3.0.24: 2021-12-09 | ||
------------------ | ||
Fixes: | ||
- Prevent window content overflowing when using scrollbars. | ||
- Handle `PermissionError` when trying to attach /dev/null in vt100 input. | ||
3.0.23: 2021-11-26 | ||
------------------ | ||
docs/conf.py
+2
–2
@@ -51,9 +51,9 @@ | ||
# built documents. | ||
# | ||
# The short X.Y version. | ||
version = "3.0.23" | ||
version = "3.0.24" | ||
# The full version, including alpha/beta/rc tags. | ||
release = "3.0.23" | ||
release = "3.0.24" | ||
# The language for content autogenerated by Sphinx. Refer to documentation | ||
# for a list of supported languages. |
prompt_toolkit/__init__.py
+1
–1
@@ -18,7 +18,7 @@ | ||
from .shortcuts import PromptSession, print_formatted_text, prompt | ||
# Don't forget to update in `docs/conf.py`! | ||
__version__ = "3.0.23" | ||
__version__ = "3.0.24" | ||
# Version tuple. | ||
VERSION = tuple(__version__.split(".")) |
Cherry-pick
Команда cherry-pick позволяет выбрать отдельные коммиты из одной ветки и применить их к другой.