v0.1.1 (#3)
* Bumps version to 0.1.1 * chore: update changelog --------- Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
This commit is contained in:
parent
6114a970e3
commit
eb4154be33
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.1] - 2024-01-09
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- Renames package to use hyphen.
|
||||||
|
|
||||||
## [0.1.0] - 2024-01-09
|
## [0.1.0] - 2024-01-09
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- Adds a basic ODBC adapter.
|
- 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
|
[0.1.0]: https://github.com/tconbeer/harlequin-odbc/compare/dbe2dbd1da1930117c1572ca751d9cd9d43928b6...0.1.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "harlequin-odbc"
|
name = "harlequin-odbc"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
description = "A Harlequin adapter for ODBC drivers."
|
description = "A Harlequin adapter for ODBC drivers."
|
||||||
authors = ["Ted Conbeer <tconbeer@users.noreply.github.com>"]
|
authors = ["Ted Conbeer <tconbeer@users.noreply.github.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue