diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eccd2b..dece75f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,9 @@ -## Upcoming - TBD +## 1.13.0 - 2024-11-23 ### Features * Add `\pipe_once` / `\|` commands for sending output to a command -### Bug Fixes - -### Internal Changes - ## 1.12.4 - 2024-11-11 ### Bug Fixes diff --git a/litecli/__init__.py b/litecli/__init__.py index 19ee973..9a34ccc 100644 --- a/litecli/__init__.py +++ b/litecli/__init__.py @@ -1 +1 @@ -__version__ = "1.12.4" +__version__ = "1.13.0"