diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 363c29ea..28366079 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.126.11" + ".": "2.126.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 222c8dcc..67ff4717 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.126.12](https://github.com/andymai/brepkit/compare/v2.126.11...v2.126.12) (2026-07-17) + + +### Bug Fixes + +* **algo:** accept reversed NURBS sub-spans and run lens interior search as a last resort ([#1099](https://github.com/andymai/brepkit/issues/1099)) ([95b899a](https://github.com/andymai/brepkit/commit/95b899ad2077e58e916a25cb627cb2b252887238)) + ## [2.126.11](https://github.com/andymai/brepkit/compare/v2.126.10...v2.126.11) (2026-07-17) diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 885f4180..08e0f295 100644 --- a/crates/wasm/Cargo.toml +++ b/crates/wasm/Cargo.toml @@ -7,7 +7,7 @@ license.workspace = true name = "brepkit-wasm" repository.workspace = true rust-version.workspace = true -version = "2.126.11" +version = "2.126.12" [lib] crate-type = ["cdylib", "rlib"]