Compare commits

...

1 Commits

Author SHA1 Message Date
0255fde5fe Release KCL v0.2.22 (#4187) 2024-10-17 09:23:08 -07:00
2 changed files with 2 additions and 2 deletions

View File

@ -1542,7 +1542,7 @@ dependencies = [
[[package]]
name = "kcl-lib"
version = "0.2.21"
version = "0.2.22"
dependencies = [
"anyhow",
"approx 0.5.1",

View File

@ -1,7 +1,7 @@
[package]
name = "kcl-lib"
description = "KittyCAD Language implementation and tools"
version = "0.2.21"
version = "0.2.22"
edition = "2021"
license = "MIT"
repository = "https://github.com/KittyCAD/modeling-app"