Skip to content

Commit

Permalink
Merge pull request #29 from ADBond/release/0.3.0
Browse files Browse the repository at this point in the history
Release - 0.3.0
  • Loading branch information
ADBond authored Sep 26, 2024
2 parents 14a1652 + 8b2b699 commit de209c4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 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.3.0] - 2024-09-26

### Changed

- `chdb` is now an optional dependency, requiring opt-in installation for use of `ChDBAPI` [#28](https://github.com/ADBond/splinkclickhouse/pull/28).
Expand Down Expand Up @@ -70,7 +72,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.5...HEAD
[unreleased]: https://github.com/ADBond/splinkclickhouse/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/ADBond/splinkclickhouse/compare/v0.2.5...v0.3.0
[0.2.5]: https://github.com/ADBond/splinkclickhouse/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/ADBond/splinkclickhouse/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/ADBond/splinkclickhouse/compare/v0.2.2...v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Alternatively you can install the package from github:

```sh
# Replace with any version you want, or specify a branch after '@'
pip install git+https://github.com/ADBond/splinkclickhouse.git@v0.2.5
pip install git+https://github.com/ADBond/splinkclickhouse.git@v0.3.0
```

While the package is in early development there will may be breaking changes in new versions without warning, although these _should_ only occur in new minor versions.
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.5"
version = "0.3.0"
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
Expand Up @@ -2,7 +2,7 @@

from .clickhouse.database_api import ClickhouseAPI

__version__ = "0.2.5"
__version__ = "0.3.0"


# Use getarr to make the error appear at the point of use
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de209c4

Please sign in to comment.