Release KCL 66 (#6679)

Breaking changes:

 - All functions (even functions defined by users) must use keyword arguments, not positional arguments
This commit is contained in:
Adam Chalmers
2025-05-02 16:55:58 -05:00
committed by GitHub
parent b71eb4fb89
commit 19f5031ef7
12 changed files with 21 additions and 20 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "kcl-to-core"
description = "Utility methods to convert kcl to engine core executable tests"
version = "0.1.65"
version = "0.1.66"
edition = "2021"
license = "MIT"
repository = "https://github.com/KittyCAD/modeling-app"