diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8ca2bca7..363c29ea 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.126.10" + ".": "2.126.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b62bdb..222c8dcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.126.11](https://github.com/andymai/brepkit/compare/v2.126.10...v2.126.11) (2026-07-17) + + +### Bug Fixes + +* **topology:** trim NURBS edge domains to validated forward endpoint sub-spans ([#1097](https://github.com/andymai/brepkit/issues/1097)) ([c3575af](https://github.com/andymai/brepkit/commit/c3575af0d02263d954db772a4095494a7ba25e1e)) + ## [2.126.10](https://github.com/andymai/brepkit/compare/v2.126.9...v2.126.10) (2026-07-17) diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 53001272..885f4180 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.10" +version = "2.126.11" [lib] crate-type = ["cdylib", "rlib"]