From e0025f7fad80493ed21a359c034da3c78efbf8c0 Mon Sep 17 00:00:00 2001 From: Jonathan Tran Date: Thu, 12 Jun 2025 12:20:41 -0400 Subject: [PATCH] Release KCL 81 (#7463) --- rust/Cargo.lock | 20 ++++++++++---------- rust/kcl-bumper/Cargo.toml | 2 +- rust/kcl-derive-docs/Cargo.toml | 2 +- rust/kcl-directory-test-macro/Cargo.toml | 2 +- rust/kcl-language-server-release/Cargo.toml | 2 +- rust/kcl-language-server/Cargo.toml | 2 +- rust/kcl-lib/Cargo.toml | 2 +- rust/kcl-python-bindings/Cargo.toml | 2 +- rust/kcl-test-server/Cargo.toml | 2 +- rust/kcl-to-core/Cargo.toml | 2 +- rust/kcl-wasm-lib/Cargo.toml | 2 +- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ddaf7dcec..d970ddc91 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1792,7 +1792,7 @@ dependencies = [ [[package]] name = "kcl-bumper" -version = "0.1.80" +version = "0.1.81" dependencies = [ "anyhow", "clap", @@ -1803,7 +1803,7 @@ dependencies = [ [[package]] name = "kcl-derive-docs" -version = "0.1.80" +version = "0.1.81" dependencies = [ "proc-macro2", "quote", @@ -1812,7 +1812,7 @@ dependencies = [ [[package]] name = "kcl-directory-test-macro" -version = "0.1.80" +version = "0.1.81" dependencies = [ "convert_case", "proc-macro2", @@ -1822,7 +1822,7 @@ dependencies = [ [[package]] name = "kcl-language-server" -version = "0.2.80" +version = "0.2.81" dependencies = [ "anyhow", "clap", @@ -1843,7 +1843,7 @@ dependencies = [ [[package]] name = "kcl-language-server-release" -version = "0.1.80" +version = "0.1.81" dependencies = [ "anyhow", "clap", @@ -1863,7 +1863,7 @@ dependencies = [ [[package]] name = "kcl-lib" -version = "0.2.80" +version = "0.2.81" dependencies = [ "anyhow", "approx 0.5.1", @@ -1940,7 +1940,7 @@ dependencies = [ [[package]] name = "kcl-python-bindings" -version = "0.3.80" +version = "0.3.81" dependencies = [ "anyhow", "kcl-lib", @@ -1955,7 +1955,7 @@ dependencies = [ [[package]] name = "kcl-test-server" -version = "0.1.80" +version = "0.1.81" dependencies = [ "anyhow", "hyper 0.14.32", @@ -1968,7 +1968,7 @@ dependencies = [ [[package]] name = "kcl-to-core" -version = "0.1.80" +version = "0.1.81" dependencies = [ "anyhow", "async-trait", @@ -1982,7 +1982,7 @@ dependencies = [ [[package]] name = "kcl-wasm-lib" -version = "0.1.80" +version = "0.1.81" dependencies = [ "anyhow", "bson", diff --git a/rust/kcl-bumper/Cargo.toml b/rust/kcl-bumper/Cargo.toml index a082d25e1..cd541978a 100644 --- a/rust/kcl-bumper/Cargo.toml +++ b/rust/kcl-bumper/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kcl-bumper" -version = "0.1.80" +version = "0.1.81" edition = "2021" repository = "https://github.com/KittyCAD/modeling-api" rust-version = "1.76" diff --git a/rust/kcl-derive-docs/Cargo.toml b/rust/kcl-derive-docs/Cargo.toml index d4ee0f9d7..559ad48c5 100644 --- a/rust/kcl-derive-docs/Cargo.toml +++ b/rust/kcl-derive-docs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kcl-derive-docs" description = "A tool for generating documentation from Rust derive macros" -version = "0.1.80" +version = "0.1.81" edition = "2021" license = "MIT" repository = "https://github.com/KittyCAD/modeling-app" diff --git a/rust/kcl-directory-test-macro/Cargo.toml b/rust/kcl-directory-test-macro/Cargo.toml index e182798da..b5bd9ff87 100644 --- a/rust/kcl-directory-test-macro/Cargo.toml +++ b/rust/kcl-directory-test-macro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kcl-directory-test-macro" description = "A tool for generating tests from a directory of kcl files" -version = "0.1.80" +version = "0.1.81" edition = "2021" license = "MIT" repository = "https://github.com/KittyCAD/modeling-app" diff --git a/rust/kcl-language-server-release/Cargo.toml b/rust/kcl-language-server-release/Cargo.toml index e729926cd..792307632 100644 --- a/rust/kcl-language-server-release/Cargo.toml +++ b/rust/kcl-language-server-release/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kcl-language-server-release" -version = "0.1.80" +version = "0.1.81" edition = "2021" authors = ["KittyCAD Inc "] publish = false diff --git a/rust/kcl-language-server/Cargo.toml b/rust/kcl-language-server/Cargo.toml index 9212522bd..81ac0cb9b 100644 --- a/rust/kcl-language-server/Cargo.toml +++ b/rust/kcl-language-server/Cargo.toml @@ -2,7 +2,7 @@ name = "kcl-language-server" description = "A language server for KCL." authors = ["KittyCAD Inc "] -version = "0.2.80" +version = "0.2.81" edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rust/kcl-lib/Cargo.toml b/rust/kcl-lib/Cargo.toml index e55d0878f..b2291f3d5 100644 --- a/rust/kcl-lib/Cargo.toml +++ b/rust/kcl-lib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kcl-lib" description = "KittyCAD Language implementation and tools" -version = "0.2.80" +version = "0.2.81" edition = "2021" license = "MIT" repository = "https://github.com/KittyCAD/modeling-app" diff --git a/rust/kcl-python-bindings/Cargo.toml b/rust/kcl-python-bindings/Cargo.toml index 69699d7ea..f9999faea 100644 --- a/rust/kcl-python-bindings/Cargo.toml +++ b/rust/kcl-python-bindings/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kcl-python-bindings" -version = "0.3.80" +version = "0.3.81" edition = "2021" repository = "https://github.com/kittycad/modeling-app" exclude = ["tests/*", "files/*", "venv/*"] diff --git a/rust/kcl-test-server/Cargo.toml b/rust/kcl-test-server/Cargo.toml index a5b456814..551c59271 100644 --- a/rust/kcl-test-server/Cargo.toml +++ b/rust/kcl-test-server/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kcl-test-server" description = "A test server for KCL" -version = "0.1.80" +version = "0.1.81" edition = "2021" license = "MIT" diff --git a/rust/kcl-to-core/Cargo.toml b/rust/kcl-to-core/Cargo.toml index 3860230fe..959dbca55 100644 --- a/rust/kcl-to-core/Cargo.toml +++ b/rust/kcl-to-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kcl-to-core" description = "Utility methods to convert kcl to engine core executable tests" -version = "0.1.80" +version = "0.1.81" edition = "2021" license = "MIT" repository = "https://github.com/KittyCAD/modeling-app" diff --git a/rust/kcl-wasm-lib/Cargo.toml b/rust/kcl-wasm-lib/Cargo.toml index 543bbcf56..dbc4a2af3 100644 --- a/rust/kcl-wasm-lib/Cargo.toml +++ b/rust/kcl-wasm-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kcl-wasm-lib" -version = "0.1.80" +version = "0.1.81" edition = "2021" repository = "https://github.com/KittyCAD/modeling-app" rust-version = "1.83"