From eb4154be33713e9669851a7a49282b267d7e507a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:16:29 -0700 Subject: [PATCH] v0.1.1 (#3) * Bumps version to 0.1.1 * chore: update changelog --------- Co-authored-by: tconbeer --- CHANGELOG.md | 10 +++++++++- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2c51cc..72fc687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.1] - 2024-01-09 + +### Bug Fixes + +- Renames package to use hyphen. + ## [0.1.0] - 2024-01-09 ### Features - Adds a basic ODBC adapter. -[Unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.0...HEAD +[Unreleased]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.1...HEAD + +[0.1.1]: https://github.com/tconbeer/harlequin-odbc/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/tconbeer/harlequin-odbc/compare/dbe2dbd1da1930117c1572ca751d9cd9d43928b6...0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 57796b0..ba8b06b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "harlequin-odbc" -version = "0.1.0" +version = "0.1.1" description = "A Harlequin adapter for ODBC drivers." authors = ["Ted Conbeer "] license = "MIT"