Skip to content

Commit

Permalink
v0.1.1 (#3)
Browse files Browse the repository at this point in the history
* Bumps version to 0.1.1

* chore: update changelog

---------

Co-authored-by: tconbeer <tconbeer@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and tconbeer authored Jan 9, 2024
1 parent 6114a97 commit eb4154b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit eb4154b

Please sign in to comment.