Skip to content

Commit

Permalink
Merge pull request #21 from ADBond/release/0.2.3
Browse files Browse the repository at this point in the history
Release - v0.2.3
  • Loading branch information
ADBond authored Sep 16, 2024
2 parents b74788e + ed6f0d2 commit 0089df9
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.3] - 2024-09-16

### Changed

- Dropped support for python 3.8 [#20](https://github.com/ADBond/splinkclickhouse/pull/20)
Expand Down Expand Up @@ -51,7 +53,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.2...HEAD
[unreleased]: https://github.com/ADBond/splinkclickhouse/compare/v0.2.3...HEAD
[0.2.3]: https://github.com/ADBond/splinkclickhouse/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/ADBond/splinkclickhouse/compare/v0.2.1...v0.2.2
[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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "splinkclickhouse"
version = "0.2.2"
version = "0.2.3"
description = "Clickhouse backend support for Splink"
authors = [{name = "Andrew Bond"}]
license = {text = "MIT License"}
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.2"
__version__ = "0.2.3"

__all__ = ["ChDBAPI", "ClickhouseAPI"]

0 comments on commit 0089df9

Please sign in to comment.