diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0ca744..e2d165c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.0.1] - 2023-09-21 + - Pasting text into Harlequin's text editor is now more performant and compatible with more terminals. ([#120](https://github.com/tconbeer/textual-textarea/issues/120), [#119](https://github.com/tconbeer/textual-textarea/issues/119)). ## [1.0.0] - 2023-09-12 @@ -251,7 +253,9 @@ All notable changes to this project will be documented in this file. - Use the DuckDB CLI. -[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.0.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.0.1...HEAD + +[1.0.1]: https://github.com/tconbeer/harlequin/compare/1.0.0...1.0.1 [1.0.0]: https://github.com/tconbeer/harlequin/compare/0.0.28...1.0.0 diff --git a/pyproject.toml b/pyproject.toml index d379711b..1d79f94a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.0.0" +version = "1.0.1" description = "The DuckDB IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"