Files
modeling-app/rust
Adam Chalmers 61cae3026e KCL: Track Z axis of planes
KCL should track which way a plane is facing. If it only tracks a plane's
X and Y axes, it could identify two separate planes (overlapping
perfectly in space, but one plane's "up" is the other's down).

This is helpful for knowing which way to extrude on a given plane, or
which way to cut "into" a given solid.
2025-07-03 11:28:49 -05:00
..
2025-03-13 23:38:41 -07:00
2025-07-01 15:15:35 -04:00
2025-07-01 15:15:35 -04:00
2025-07-03 11:28:49 -05:00
2025-07-01 15:15:35 -04:00
2025-07-01 15:15:35 -04:00
2025-07-01 15:15:35 -04:00
2025-07-01 15:15:35 -04:00
2025-03-04 22:21:12 -08:00

Rust Crates

Releasing

  1. Make sure your working directory is this directory.
  2. Bump the versions of the crates:
    just bump-kcl-crate-versions 
    
  3. Commit the changes:
    git add .
    git commit -m "Bump versions"
    
  4. Push the changes and get your PR approved.
  5. Publish the crates:
    just publish-kcl {version}
    
    • This will publish the relevant crates and push a new tag with the prefix kcl-. DO NOT SET THE PREFIX TO kcl- when you run the command. The just command will do that for you.
    • The tag will then trigger the release of kcl-python-bindings and kcl-language-server.