diff --git a/Cargo.toml b/Cargo.toml index 2a43e147..fc3ba27f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "0.2.2" +version = "0.2.3" edition = "2024" authors = ["Ocean "] license = "Apache-2.0" diff --git a/crates/embed/Cargo.toml b/crates/embed/Cargo.toml index 1f50d792..80eb4d09 100644 --- a/crates/embed/Cargo.toml +++ b/crates/embed/Cargo.toml @@ -17,7 +17,7 @@ serde = { workspace = true } serde_json = { workspace = true } # Embedding generation (native, pure Rust) -lattice-inference = { version = "0.2.0", path = "../inference", optional = true, features = ["f16"] } +lattice-inference = { version = "0.2.3", path = "../inference", optional = true, features = ["f16"] } # Time chrono = { workspace = true } diff --git a/crates/tune/Cargo.toml b/crates/tune/Cargo.toml index f738fd45..b5a48a81 100644 --- a/crates/tune/Cargo.toml +++ b/crates/tune/Cargo.toml @@ -25,7 +25,7 @@ inference-hook = ["dep:lattice-inference"] sqlite = ["dep:rusqlite", "serde"] [dependencies] -lattice-fann = { version = "0.2.0", path = "../fann" } +lattice-fann = { version = "0.2.3", path = "../fann" } thiserror.workspace = true serde = { workspace = true, optional = true } serde_json = { workspace = true, optional = true } @@ -46,7 +46,7 @@ safetensors = { workspace = true, optional = true } rusqlite = { workspace = true, optional = true } # Inference hook (optional — for LoRA adapter injection) -lattice-inference = { version = "0.2.0", path = "../inference", optional = true, features = ["f16"] } +lattice-inference = { version = "0.2.3", path = "../inference", optional = true, features = ["f16"] } [[bin]] name = "generate_lora" diff --git a/docs/releases/v0.2.2.md b/docs/releases/v0.2.3.md similarity index 92% rename from docs/releases/v0.2.2.md rename to docs/releases/v0.2.3.md index 238b81b5..76af8702 100644 --- a/docs/releases/v0.2.2.md +++ b/docs/releases/v0.2.3.md @@ -89,11 +89,15 @@ ## Crates Published -- `lattice-inference` 0.2.2 -- `lattice-embed` 0.2.2 -- `lattice-fann` 0.2.2 -- `lattice-tune` 0.2.2 -- `lattice-transport` 0.2.2 +- `lattice-inference` 0.2.3 +- `lattice-embed` 0.2.3 +- `lattice-fann` 0.2.3 +- `lattice-tune` 0.2.3 +- `lattice-transport` 0.2.3 + +## Note on v0.2.2 + +v0.2.2 was published to crates.io on 2026-05-20 and yanked on 2026-05-25 — it shipped the broken interleaved RoPE pairing fixed in #96. v0.2.3 is the first release that includes the RoPE fix. Use 0.2.3 or later. The GitHub tag v0.2.2 remains for history but no crates.io install from it. ## Diff Stats