Skip to content

Commit ca4a881

Browse files
chore: mark v0.4 schema as experimental
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d90365e commit ca4a881

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/schemas/0.4.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// v0.4: Adds UV runtime support for Python extensions
2+
// NOTE: This schema version is experimental and subject to change.
23
import * as z from "zod";
34

45
export const MANIFEST_VERSION = "0.4";

src/schemas_loose/0.4.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// v0.4: Adds UV runtime support for Python extensions
2+
// NOTE: This schema version is experimental and subject to change.
13
import * as z from "zod";
24

35
export const MANIFEST_VERSION = "0.4";

0 commit comments

Comments
 (0)