diff --git a/CHANGES.txt b/CHANGES.txt index 9b96a930..5155a1dc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,10 @@ Changes for crash Unreleased ========== + +2024/01/12 0.30.2 +================= + - Added support for setting an external pager via ``\pager `` - Added ROLE keyword for autocomplete & autocapitalize diff --git a/crate/crash/__init__.py b/crate/crash/__init__.py index 42fcd6c3..d2569e3c 100644 --- a/crate/crash/__init__.py +++ b/crate/crash/__init__.py @@ -19,4 +19,4 @@ # with Crate these terms will supersede the license and you may use the # software solely pursuant to the terms of the relevant commercial agreement. -__version__ = '0.30.1' +__version__ = '0.30.2'