File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## Unreleased
9
9
10
+ ## [ 0.2.0] - 2024-09-11
11
+
10
12
### Added
11
13
12
14
- ` ClickhouseAPI ` and dataframe added to support running calculations in a Clickhouse instance [ #4 ] ( https://github.com/ADBond/splinkclickhouse/pull/4 )
@@ -27,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
29
28
30
- Basic working version of package with api for ` chdb `
29
31
30
- [ unreleased ] : https://github.com/ADBond/splinkclickhouse/compare/v0.1.1...HEAD
32
+ [ unreleased ] : https://github.com/ADBond/splinkclickhouse/compare/v0.2.0...HEAD
33
+ [ 0.2.0 ] : https://github.com/ADBond/splinkclickhouse/compare/v0.1.1...v0.2.0
31
34
[ 0.1.1 ] : https://github.com/ADBond/splinkclickhouse/compare/v0.1.0...v0.1.1
32
35
[ 0.1.0 ] : https://github.com/ADBond/splinkclickhouse/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " splinkclickhouse"
3
- version = " 0.1.1 "
3
+ version = " 0.2.0 "
4
4
description = " Clickhouse backend support for Splink"
5
5
authors = [" Andrew Bond" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
1
from .chdb .database_api import ChDBAPI
2
2
from .clickhouse .database_api import ClickhouseAPI
3
3
4
- __version__ = "0.1.1 "
4
+ __version__ = "0.2.0 "
5
5
6
6
__all__ = ["ChDBAPI" , "ClickhouseAPI" ]
You can’t perform that action at this time.
0 commit comments