Skip to content

Commit 75fe1a7

Browse files
committed
Prepare LumoKit for 3.0.0 release alignment.
Update dependency resolution to track current VecturaKit main constraints, refresh README installation version, and remove a test warning to keep CI output clean.
1 parent 24fba18 commit 75fe1a7

4 files changed

Lines changed: 8 additions & 35 deletions

File tree

Package.resolved

Lines changed: 5 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
),
2222
.package(
2323
url: "https://github.com/rryam/VecturaKit.git",
24-
from: "2.5.1"
24+
branch: "main"
2525
)
2626
],
2727
targets: [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Add LumoKit to your `Package.swift` using Swift Package Manager:
9292

9393
```swift
9494
dependencies: [
95-
.package(url: "https://github.com/rryam/LumoKit.git", from: "2.0.0")
95+
.package(url: "https://github.com/rryam/LumoKit.git", from: "3.0.0")
9696
]
9797
```
9898

Tests/LumoKitTests/PublicAPITests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func testLumoKitSearchParameterValidation() async throws {
8383
try? FileManager.default.removeItem(at: testFile)
8484
}
8585

86-
try await lumoKit.parseAndIndex(url: testFile)
86+
_ = try await lumoKit.parseAndIndex(url: testFile)
8787

8888
// Test invalid numResults (zero)
8989
do {

0 commit comments

Comments
 (0)