From 52c58d6370d318f76736c71210164389943e9271 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 19:23:40 -0700 Subject: [PATCH] Bumps version to 1.3.1 (#323) --- CHANGELOG.md | 6 +++++- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cd9e95..0aef2d2b 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.3.1] - 2023-11-13 + ### Bug Fixes - When running multiple queries, Harlequin now activates the results tab for the last query, instead of the first one. @@ -336,7 +338,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.3.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin/compare/1.3.1...HEAD + +[1.3.1]: https://github.com/tconbeer/harlequin/compare/1.3.0...1.3.1 [1.3.0]: https://github.com/tconbeer/harlequin/compare/1.2.0...1.3.0 diff --git a/pyproject.toml b/pyproject.toml index 664a9c73..91583913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin" -version = "1.3.0" +version = "1.3.1" description = "The DuckDB IDE for Your Terminal." authors = ["Ted Conbeer "] license = "MIT"