From 3435d868a7cb14ce7e24c4a1659a620f0a8d765f Mon Sep 17 00:00:00 2001 From: boringdata Date: Tue, 19 May 2026 13:38:33 +0000 Subject: [PATCH] chore: prepare v0.3.14 release Patch bump covering join fixes on plain ibis backends (#222), grain mismatch on `with_measures` over joins (#261), the ibis-native calc-measure classifier refactor (#262), and the HashingTag serialization fix (#264). Co-Authored-By: Claude Opus 4.7 (1M context) --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 84507a75..64101b77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boring-semantic-layer" -version = "0.3.13" +version = "0.3.14" description = "A boring semantic layer built with ibis" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 131ed00e..868b3e3a 100644 --- a/uv.lock +++ b/uv.lock @@ -175,7 +175,7 @@ wheels = [ [[package]] name = "boring-semantic-layer" -version = "0.3.12" +version = "0.3.14" source = { editable = "." } dependencies = [ { name = "attrs" },