Skip to content

Commit c77f343

Browse files
committed
chore: bump version to 0.2.0-rc.1
1 parent 4a30ba5 commit c77f343

6 files changed

Lines changed: 189 additions & 366 deletions

File tree

CHANGELOG.md

Lines changed: 145 additions & 322 deletions
Large diffs are not rendered by default.

Cargo.lock

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

Cargo.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ members = [
2525
resolver = "2"
2626

2727
[workspace.package]
28-
version = "0.1.4"
28+
version = "0.2.0-rc.1"
2929
edition = "2021"
3030
rust-version = "1.93"
3131
license = "Apache-2.0"
@@ -35,24 +35,24 @@ unsafe_code = "deny"
3535

3636
[workspace.dependencies]
3737
# Internal crates
38-
latchgate-core = { path = "crates/latchgate-core", version = "0.1.0" }
39-
latchgate-crypto = { path = "crates/latchgate-crypto", version = "0.1.0" }
40-
latchgate-config = { path = "crates/latchgate-config", version = "0.1.0" }
41-
latchgate-client = { path = "crates/latchgate-client", version = "0.1.0" }
42-
latchgate-tui = { path = "crates/latchgate-tui", version = "0.1.0" }
43-
latchgate-auth = { path = "crates/latchgate-auth", version = "0.1.0" }
44-
latchgate-registry = { path = "crates/latchgate-registry", version = "0.1.0" }
45-
latchgate-policy = { path = "crates/latchgate-policy", version = "0.1.0" }
46-
latchgate-state = { path = "crates/latchgate-state", version = "0.1.0" }
47-
latchgate-providers = { path = "crates/latchgate-providers", version = "0.1.0" }
48-
latchgate-ledger = { path = "crates/latchgate-ledger", version = "0.1.0" }
49-
latchgate-kernel = { path = "crates/latchgate-kernel", version = "0.1.0" }
50-
latchgate-api = { path = "crates/latchgate-api", version = "0.1.0" }
51-
latchgate-embed = { path = "crates/latchgate-embed", version = "0.1.0" }
52-
latchgate-cli = { path = "crates/latchgate-cli", version = "0.1.0" }
53-
latchgate-mcp = { path = "crates/latchgate-mcp", version = "0.1.0" }
54-
latchgate-webhooks = { path = "crates/latchgate-webhooks", version = "0.1.0" }
55-
latchgate-sandbox = { path = "crates/latchgate-sandbox", version = "0.1.0" }
38+
latchgate-core = { path = "crates/latchgate-core", version = "0.2.0-rc.1" }
39+
latchgate-crypto = { path = "crates/latchgate-crypto", version = "0.2.0-rc.1" }
40+
latchgate-config = { path = "crates/latchgate-config", version = "0.2.0-rc.1" }
41+
latchgate-client = { path = "crates/latchgate-client", version = "0.2.0-rc.1" }
42+
latchgate-tui = { path = "crates/latchgate-tui", version = "0.2.0-rc.1" }
43+
latchgate-auth = { path = "crates/latchgate-auth", version = "0.2.0-rc.1" }
44+
latchgate-registry = { path = "crates/latchgate-registry", version = "0.2.0-rc.1" }
45+
latchgate-policy = { path = "crates/latchgate-policy", version = "0.2.0-rc.1" }
46+
latchgate-state = { path = "crates/latchgate-state", version = "0.2.0-rc.1" }
47+
latchgate-providers = { path = "crates/latchgate-providers", version = "0.2.0-rc.1" }
48+
latchgate-ledger = { path = "crates/latchgate-ledger", version = "0.2.0-rc.1" }
49+
latchgate-kernel = { path = "crates/latchgate-kernel", version = "0.2.0-rc.1" }
50+
latchgate-api = { path = "crates/latchgate-api", version = "0.2.0-rc.1" }
51+
latchgate-embed = { path = "crates/latchgate-embed", version = "0.2.0-rc.1" }
52+
latchgate-cli = { path = "crates/latchgate-cli", version = "0.2.0-rc.1" }
53+
latchgate-mcp = { path = "crates/latchgate-mcp", version = "0.2.0-rc.1" }
54+
latchgate-webhooks = { path = "crates/latchgate-webhooks", version = "0.2.0-rc.1" }
55+
latchgate-sandbox = { path = "crates/latchgate-sandbox", version = "0.2.0-rc.1" }
5656

5757
# Async & HTTP
5858
axum = "0.8"

sdk/python/pyproject.toml

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

55
[project]
66
name = "latchgate"
7-
version = "0.1.4"
7+
version = "0.2.0rc1"
88
description = "Python SDK for the LatchGate action authorization gateway"
99
readme = "README.md"
1010
requires-python = ">=3.10"

sdk/typescript/package-lock.json

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

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "latchgate",
3-
"version": "0.1.4",
3+
"version": "0.2.0-rc.1",
44
"description": "TypeScript SDK for the LatchGate action authorization gateway",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)