Releases: Query-farm/vgi-easter-python
Releases · Query-farm/vgi-easter-python
v0.1.4
v0.1.3
Documentation release (no worker behavior change).
- README now leads with
INSTALL vgi FROM community; LOAD vgi;(VGI isn't bundled with DuckDB yet). - Added a "Built with" section crediting DuckDB, Haybarn, and vgi-python — now reflected on the PyPI page.
v0.1.2
Align implementation_version with the release version.
The catalog's implementation_version now falls back to the installed package version when VGI_EASTER_GIT_COMMIT is unset, so an attached worker reports e.g. 0.1.2 instead of unknown.
v0.1.1
Docs + packaging polish (no behavior change to the worker).
- Corrected SQL examples (
ATTACH 'easter' (TYPE 'vgi', ...),easter.easter_date(...)) and a rewritten, smoother README — now rendered on PyPI with the project logo. - CI runs the unit + real-extension suites on Linux, macOS, and Windows; Dependabot keeps deps current.
Install: pip install vgi-easter or uvx vgi-easter.
v0.1.0
First PyPI release of vgi-easter — a minimal VGI worker exposing the easter_date(year) SQL scalar function to DuckDB.
Install: pip install vgi-easter or uvx vgi-easter.