slint/docs/release-notes.md
Olivier Goffart 88697c68bb Remove license header from .md/.mdx files
They should be in the lines, but the problem is that this causes issues
in the .mdx files.

License header doesn't really make sense for .md files anyway
2025-12-04 21:58:09 +01:00

797 B

Slint {version} is a patch release that fixes several bugs and crashes. For a complete list of changes, check out the ChangeLog.

Upgrading to Slint {version}:

  • Rust: Run cargo update.
  • C++: If you're using FetchContent with CMake, update the GIT_TAG entry in CMakeLists.txt to v{version} or release/{major_version}.{minor_version} for automatic tracking of {major_version}.{minor_version}.x releases.
  • Node.js: Run npm update slint-ui to bring your package.json up-to-date.
  • ESP-IDF developers: Run idf.py update-dependencies to bring your idf_component.yml up-to-date.
  • Python: Run uv lock --upgrade-package slint to update your uv lock file to the latest version.