From 28de7165bdbf99a6637f0f1912f026f1ca5f758d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:12:09 -0700 Subject: [PATCH] Bumps version to 0.2.0 (#15) Co-authored-by: tconbeer --- CHANGELOG.md | 12 ++++++++---- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84a6d7b..2723f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -- Drops support for Python 3.8 -- Adds support for Python 3.13 -- Adds support for Harlequin 2.X +## [0.2.0] - 2025-01-08 + +- Drops support for Python 3.8 +- Adds support for Python 3.13 +- Adds support for Harlequin 2.X ## [0.1.1] - 2024-01-09 @@ -20,7 +22,9 @@ All notable changes to this project will be documented in this file. - Adds a basic ODBC adapter. -[Unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.1...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.2.0...HEAD + +[0.2.0]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.1...0.2.0 [0.1.1]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.0...0.1.1 diff --git a/pyproject.toml b/pyproject.toml index c5f085a..0322366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin-odbc" -version = "0.1.1" +version = "0.2.0" description = "A Harlequin adapter for ODBC drivers." authors = ["Ted Conbeer "] license = "MIT"