Skip to content

Commit 9b469b4

Browse files
committed
chore: bump ggsql crate to 0.3.2 and Python package to 0.3.2
1 parent a861562 commit 9b469b4

5 files changed

Lines changed: 17 additions & 59 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## 0.3.2 (unreleased)
3+
## 0.3.2
44

55
### Changed
66

7+
- Upgraded to ggsql Rust crate v0.3.2.
78
- `render_altair()` and `VegaLiteWriter.render_chart()` now default to `validate=False` when creating Altair chart objects. This avoids `ValidationError`s for valid specs (e.g., boxplots) that use Vega-Lite features not yet reflected in Altair's schema. Pass `validate=True` to re-enable.
89

910
## 0.3.1

Cargo.lock

Lines changed: 11 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ggsql-python"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
edition = "2021"
55
authors = ["ggsql Team"]
66
license = "MIT"
@@ -15,7 +15,7 @@ crate-type = ["cdylib"]
1515
[dependencies]
1616
pyo3 = { version = "0.26", features = ["extension-module", "abi3-py310"] }
1717
arrow = { version = "56", default-features = false, features = ["ipc"] }
18-
ggsql = { version = "0.3.1", default-features = false, features = ["duckdb", "vegalite"] }
18+
ggsql = { version = "0.3.2", default-features = false, features = ["duckdb", "vegalite"] }
1919

2020
[features]
2121
default = []

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "ggsql"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "SQL extension for declarative data visualization"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)