Skip to content

Commit abe29c9

Browse files
committed
Release 1.1.1
1 parent 72198b9 commit abe29c9

13 files changed

Lines changed: 30 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 1.1.1
2+
3+
### Apple SDK compatibility
4+
5+
* Swift XCFramework and Kotlin macOS/JVM builds now honor explicit Apple deployment targets instead of inheriting the newest runner SDK defaults.
6+
* This fixes downstream macOS app integration warnings caused by the macOS static library slice being built with a newer minimum OS than consumer apps target.
7+
8+
### Packaging
9+
10+
* Release metadata is aligned for Rust, Swift, Kotlin, Flutter/Dart, and React Native SDKs under version `1.1.1`.
11+
112
## 1.1.0
213

314
### Swift / UniFFI runtime stability

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "onde"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
description = "On-device inference engine for Apple silicon."
66
license = "MIT OR Apache-2.0"

sdk/dart/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.1.1
2+
3+
* **Apple SDK compatibility:** Pulls in the Onde Rust core `1.1.1` Apple deployment-target build fixes so downstream macOS consumers do not inherit newer-than-expected minimum OS metadata from the packaged native binaries.
4+
* **Release alignment:** Aligns the Flutter/Dart package version with the Rust, Swift, Kotlin, and React Native SDKs.
5+
16
## 1.1.0
27

38
* **Swift / UniFFI stability:** Pulls in the Onde Rust core `1.1.0` runtime fixes for Swift/Kotlin/Apple-hosted SDKs, including Tokio runtime annotations and panic-safe pulse telemetry initialization.

sdk/dart/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: onde_inference_example
22
description: Example Flutter app demonstrating the onde_inference SDK.
33
publish_to: "none"
4-
version: 1.1.0+1
4+
version: 1.1.1+1
55

66
environment:
77
sdk: ">=3.3.0 <4.0.0"

sdk/dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: onde_inference
22
description: >-
33
On-device LLM inference for Flutter & Dart. Run Qwen 2.5 models locally
44
with Metal on iOS and macOS, CPU on Android and desktop. No cloud, no API key.
5-
version: 1.1.0
5+
version: 1.1.1
66
repository: https://github.com/ondeinference/onde
77
homepage: https://ondeinference.com
88
documentation: https://ondeinference.com/sdk/dart

sdk/dart/rust/Cargo.lock

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

sdk/dart/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "onde_inference_dart"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
edition = "2021"
55
publish = false
66

sdk/kotlin/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ kotlin.code.style=official
1010
# Maven publishing coordinates — keep in sync with Cargo.toml [package] version
1111
GROUP=com.ondeinference
1212
POM_ARTIFACT_ID=onde-inference
13-
VERSION_NAME=1.1.0
13+
VERSION_NAME=1.1.1
1414

1515

1616

sdk/react-native/package-lock.json

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

0 commit comments

Comments
 (0)