Release KCL 67 (#6751)
Breaking changes: - Fully removed positional arguments from function calls. Keyword arguments are now the only way to call a function. Added: - Warn on usage of the unknown numeric suffix (#6690) Fixed: - Fix units bug with involuteCircular (#6711) - Importing 3D files on Windows (#6697)
This commit is contained in:
		@ -1,7 +1,7 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "kcl-derive-docs"
 | 
			
		||||
description = "A tool for generating documentation from Rust derive macros"
 | 
			
		||||
version = "0.1.66"
 | 
			
		||||
version = "0.1.67"
 | 
			
		||||
edition = "2021"
 | 
			
		||||
license = "MIT"
 | 
			
		||||
repository = "https://github.com/KittyCAD/modeling-app"
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user