* Bumps version to 0.1.1

* chore: update changelog

---------

Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-01-09 15:16:29 -07:00 committed by GitHub
commit eb4154be33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -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

View file

@ -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 <tconbeer@users.noreply.github.com>"]
license = "MIT"