Skip to content

Commit 7709912

Browse files
rustyconoverclaude
andcommitted
Release 0.1.1: absolute logo URL (repo now public) + corrected README
Bump to 0.1.1 so the fixed SQL examples and rendered logo reach the PyPI page (0.1.0's long-description is immutable). Repo is now public, so the logo uses an absolute raw URL that renders on both GitHub and PyPI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 020d87a commit 7709912

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="assets/vgi-logo.png" alt="Vector Gateway Interface" width="420">
2+
<img src="https://raw.githubusercontent.com/Query-farm/vgi-easter/main/assets/vgi-logo.png" alt="Vector Gateway Interface" width="420">
33
</p>
44

55
# vgi-easter

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vgi-easter"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A minimal VGI (Vector Gateway Interface) worker exposing a SQL easter_date(year) scalar function to DuckDB"
55
readme = "README.md"
66
license = "MIT"

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)