From 87fb8e6dff2303402c9fd03d0edff21930f9144e Mon Sep 17 00:00:00 2001 From: "brepkit[bot]" <265643962+brepkit[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:43:35 +0000 Subject: [PATCH] chore(main): release 2.126.12 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ crates/wasm/Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"]