Skip to content

Commit 3de3aa8

Browse files
yukikurageclaude
andcommitted
release: 0.1.0
The version sources across the tree, stamped by scripts/stamp-version.mjs. The rc line ends here: what the release candidates were rehearsing — the http error vocabulary, the composition helpers, the chat surface's two planes, the root-served exclusive, the lockfile as one truth — is what 0.1.0 ships. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UKLfLR2wgTP3REW6f295E3
1 parent 393403c commit 3de3aa8

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

haskell/cli/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0-rc12
1+
0.1.0

typescript/admin-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@katari-lang/admin-web",
3-
"version": "0.1.0-rc12",
3+
"version": "0.1.0",
44
"description": "Web console for a Katari runtime: projects, runs, agents, escalations, files, and env.",
55
"private": true,
66
"type": "module",

typescript/bundle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@katari-lang/bundle",
3-
"version": "0.1.0-rc12",
3+
"version": "0.1.0",
44
"description": "esbuild-based bundler for Katari FFI sidecar modules. Spawned by the `katari` CLI during `katari apply`.",
55
"type": "module",
66
"main": "dist/index.mjs",

typescript/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@katari-lang/cli",
3-
"version": "0.1.0-rc12",
3+
"version": "0.1.0",
44
"description": "Katari CLI: a thin Node shim that locates the prebuilt katari binary shipped by @katari-lang/cli-<platform> packages and forwards arguments. Installs the `katari` executable.",
55
"type": "module",
66
"bin": {

typescript/language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@katari-lang/language",
33
"displayName": "Katari language definition",
44
"description": "The single source of truth for the Katari editor-language artifacts: the TextMate grammar and the language configuration. The VSCode extension copies these in at build time and the website imports them for syntax highlighting.",
5-
"version": "0.1.0-rc12",
5+
"version": "0.1.0",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

typescript/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@katari-lang/mcp",
3-
"version": "0.1.0-rc12",
3+
"version": "0.1.0",
44
"description": "MCP tool-listing helper for the Katari CLI: connects to an MCP server and emits its tool listing as JSON (running the OAuth authorization flow in memory when --oauth is given). Spawned by `katari mcp pull`.",
55
"type": "module",
66
"main": "dist/index.mjs",

typescript/port/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@katari-lang/port",
3-
"version": "0.1.0-rc12",
3+
"version": "0.1.0",
44
"description": "Katari FFI port: the sidecar runtime a user's external (FFI) handlers import to register and serve over IPC.",
55
"type": "module",
66
"main": "src/index.ts",

typescript/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@katari-lang/runtime",
3-
"version": "0.1.0-rc12",
3+
"version": "0.1.0",
44
"description": "Runtime server for Katari Language",
55
"type": "module",
66
"main": "dist/index.mjs",

typescript/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@katari-lang/types",
3-
"version": "0.1.0-rc12",
3+
"version": "0.1.0",
44
"description": "Shared type definitions for Katari Language",
55
"type": "module",
66
"main": "src/index.ts",

typescript/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "katari-vscode",
33
"displayName": "Katari",
44
"description": "Syntax highlighting and language support for the Katari language.",
5-
"version": "0.1.0-rc12",
5+
"version": "0.1.0",
66
"private": true,
77
"license": "MIT",
88
"publisher": "yukikurage",

0 commit comments

Comments
 (0)