From 76d8df1510504a6a1254e4b5b783326cee2a278d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:28:13 -0600 Subject: [PATCH] Bumps version to 1.25.2 (#679) Co-authored-by: tconbeer --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5023cd0..c8e75062 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.25.2] - 2024-10-31 + ### Bug Fixes - Fixes a bug where string data was rendered as Rich Markup ([#647](https://github.com/tconbeer/harlequin/issues/647) - thank you [@burncitiesburn](https://github.com/burncitiesburn)!). @@ -746,7 +748,8 @@ All notable changes to this project will be documented in this file. - Use the DuckDB CLI. -[unreleased]: https://github.com/tconbeer/harlequin/compare/1.25.1...HEAD +[unreleased]: https://github.com/tconbeer/harlequin/compare/1.25.2...HEAD +[1.25.2]: https://github.com/tconbeer/harlequin/compare/1.25.1...1.25.2 [1.25.1]: https://github.com/tconbeer/harlequin/compare/1.25.0...1.25.1 [1.25.0]: https://github.com/tconbeer/harlequin/compare/1.24.1...1.25.0 [1.24.1]: https://github.com/tconbeer/harlequin/compare/1.24.0...1.24.1 diff --git a/pyproject.toml b/pyproject.toml index d40b2231..7b9da5d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.25.1" +version = "1.25.2" description = "The SQL IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"