Skip to content

Commit 4a50ea6

Browse files
committed
Release 0.10.0
1 parent 95f1167 commit 4a50ea6

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

tycode-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 = "tycode-cli"
3-
version = "0.9.5-pre.1"
3+
version = "0.10.0"
44
edition = "2021"
55
authors = ["tigy"]
66
description = "CLI interface for TyCode"

tycode-client-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.

tycode-client-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tycode-client-typescript",
3-
"version": "0.9.5",
3+
"version": "0.10.0",
44
"description": "TypeScript client for TyCode subprocess",
55
"main": "lib/client.js",
66
"types": "lib/client.d.ts",

tycode-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tycode-core"
3-
version = "0.9.5-pre.1"
3+
version = "0.10.0"
44
edition = "2021"
55
authors = ["tigy"]
66
description = "Core chat actor and AI functionality for TyCode"

tycode-subprocess/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tycode-subprocess"
3-
version = "0.9.5-pre.1"
3+
version = "0.10.0"
44
edition = "2021"
55
authors = ["tigy"]
66
description = "Subprocess logic for TyCode"

tycode-vscode/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.

tycode-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tycode",
33
"displayName": "Tycode AI Assistant",
44
"description": "AI-powered coding assistant for VSCode",
5-
"version": "0.9.5",
5+
"version": "0.10.0",
66
"repository": "https://github.com/tigy32/Tycode",
77
"license": "MIT",
88
"publisher": "tycode",

0 commit comments

Comments
 (0)