Skip to content

3.0.0

Choose a tag to compare

@rudrankriyam rudrankriyam released this 12 Feb 10:13
· 13 commits to main since this release

Highlights

  • Align dependency resolution with the current VecturaKit upstream constraints by tracking VecturaKit main.
  • Refresh README installation snippet to from: \"3.0.0\".
  • Clean up test output by fixing an unused-result warning in public API tests.

Audit results

  • swiftlint --strict passed.
  • swift build passed.
  • swift test --no-parallel passed.
  • xcodebuild clean build -scheme LumoKit -destination \"platform=macOS\" -skipPackagePluginValidation passed.

Notes

  • Attempting to consume VecturaKit as a strict stable-version requirement currently fails resolution because upstream depends on swift-embeddings via an unstable requirement. This release reflects the working resolution path with current upstream state.