diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4263a..1f62f37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/lakeops-org/queryflux/compare/queryflux-v0.2.0...queryflux-v0.3.0) (2026-07-02) + + +### Features + +* Add helm chart for QueryFlux ([#75](https://github.com/lakeops-org/queryflux/issues/75)) ([3c3acd4](https://github.com/lakeops-org/queryflux/commit/3c3acd4e8f5a3a4e9d46ad873ff8a88413c26d0a)) +* Add Python and webhook guardrail execution ([#81](https://github.com/lakeops-org/queryflux/issues/81)) ([0af87cd](https://github.com/lakeops-org/queryflux/commit/0af87cdb8f94e67da2408e8dec46728488c9b944)) +* add query result cache with OpenDAL storage backend ([#90](https://github.com/lakeops-org/queryflux/issues/90)) ([5109d49](https://github.com/lakeops-org/queryflux/commit/5109d495b4c7e4971ce58cc7795657093bcdbce0)) +* distributed multi replica ([#84](https://github.com/lakeops-org/queryflux/issues/84)) ([1b55ced](https://github.com/lakeops-org/queryflux/commit/1b55cedba3c27a61e673b77ce2e7e50c4eaf19a4)) +* group default tags, admin OpenAPI spec, and Studio Swagger UI ([#78](https://github.com/lakeops-org/queryflux/issues/78)) ([4a97a25](https://github.com/lakeops-org/queryflux/commit/4a97a254de880958479098290a907aa51a5ddb6b)) + ## [0.2.0](https://github.com/lakeops-org/queryflux/compare/queryflux-v0.1.2...queryflux-v0.2.0) (2026-06-02) diff --git a/Cargo.toml b/Cargo.toml index 43dc81c..030099e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ members = [ ] [workspace.package] -version = "0.2.0" +version = "0.3.0" edition = "2021" license = "Apache-2.0" repository = "https://github.com/lakeops-org/queryflux" diff --git a/release-please/.release-please-manifest.json b/release-please/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/release-please/.release-please-manifest.json +++ b/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/version.txt b/version.txt index 0ea3a94..0d91a54 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.0 +0.3.0