Skip to content

Commit 4036866

Browse files
authored
Merge pull request #117 from Govcraft/dev
Release v0.34.0 (cli 0.34.0)
2 parents fd3b828 + 8fa561f commit 4036866

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.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.

crates/schema-forge-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "schema-forge-cli"
3-
version = "0.33.0"
3+
version = "0.34.0"
44
edition = "2021"
55

66
[[bin]]

skills/schemaforge/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: Use when writing, creating, editing, or reviewing SchemaForge .sche
99

1010
SchemaForge is an Adaptive Object Model runtime with a human-readable DSL. One `.schema` file produces database tables, REST API endpoints, migrations, Cedar authorization policies, and OpenAPI specs — no recompilation required.
1111

12-
**Version:** 0.33.0
12+
**Version:** 0.34.0
1313

1414
**Core principle:** Schemas are the single source of truth for the entire entity lifecycle. Authorization is **Cedar-canonical**: every read/write/delete decision flows through the embedded Cedar engine — there are no parallel custom guards.
1515

0 commit comments

Comments
 (0)