Skip to content

Commit

Permalink
Merge pull request #13 from ADBond/release/0.2.1
Browse files Browse the repository at this point in the history
Release - v0.2.1
  • Loading branch information
ADBond authored Sep 12, 2024
2 parents 1ddaefc + af8f9b2 commit a7b6b9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.2.1] - 2024-09-12

### Changed

- Updated `numpy` dependency requirements to allow compatible versions for all supported python versions [#9](https://github.com/ADBond/splinkclickhouse/pull/9).
Expand All @@ -33,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Basic working version of package with api for `chdb`

[unreleased]: https://github.com/ADBond/splinkclickhouse/compare/v0.2.0...HEAD
[unreleased]: https://github.com/ADBond/splinkclickhouse/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/ADBond/splinkclickhouse/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/ADBond/splinkclickhouse/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/ADBond/splinkclickhouse/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/ADBond/splinkclickhouse/releases/tag/v0.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 = "splinkclickhouse"
version = "0.2.0"
version = "0.2.1"
description = "Clickhouse backend support for Splink"
authors = ["Andrew Bond"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion splinkclickhouse/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .chdb.database_api import ChDBAPI
from .clickhouse.database_api import ClickhouseAPI

__version__ = "0.2.0"
__version__ = "0.2.1"

__all__ = ["ChDBAPI", "ClickhouseAPI"]

0 comments on commit a7b6b9f

Please sign in to comment.