Skip to content

Commit 7358dfb

Browse files
committed
chore: update package versions to 0.20.0 in Cargo.lock, Cargo.toml, and package.json
This commit updates the version numbers for several packages, including 'cc', 'codex-bindings', 'codex-client', and 'codexia', to 0.20.0 across Cargo.lock, Cargo.toml, and package.json, ensuring consistency in dependency management.
1 parent f4a21e8 commit 7358dfb

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = []
88
resolver = "2"
99

1010
[workspace.package]
11-
version = "0.19.0"
11+
version = "0.20.0"
1212
edition = "2021"
1313
authors = ["milisp"]
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codexia",
33
"private": true,
4-
"version": "0.19.0",
4+
"version": "0.20.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)