diff --git a/CHANGELOG b/CHANGELOG index 7706260..8a07ede 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,15 @@ CHANGELOG ========= +3.0.31: 2025-08-27 +------------------ + +Fixes: +- Add `patch_stdout_raw` parameter to `embed()`. +- Fix repl.min_brightness and repl.max_brightness config in history. +- Fix positioning of exit confirmation (compatibilitiy with latest prompt_toolkit). + + 3.0.30: 2025-04-15 ------------------ diff --git a/pyproject.toml b/pyproject.toml index 9912c73..f1f3a85 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ptpython" -version = "3.0.30" +version = "3.0.31" description = "Python REPL build on top of prompt_toolkit" readme = "README.rst" authors = [{ name = "Jonathan Slenders" }]