Files
modeling-app/rust
dependabot[bot] fd699144bb Bump @types/node in /rust/kcl-language-server in the major group
Bumps the major group in /rust/kcl-language-server with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).


Updates `@types/node` from 22.15.32 to 24.0.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 24.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-03 20:18:35 +00: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-02 15:04:03 -07: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.