diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 28366079..4aac1520 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.126.12" + ".": "2.126.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 67ff4717..f3fc74df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.126.13](https://github.com/andymai/brepkit/compare/v2.126.12...v2.126.13) (2026-07-17) + + +### Bug Fixes + +* **algo:** clip curved-face sections to the outer region (deepened-notch stranded rim) ([#1102](https://github.com/andymai/brepkit/issues/1102)) ([f0f8e0e](https://github.com/andymai/brepkit/commit/f0f8e0e1911924effce9b9f73e060fccfdfc48b6)) + ## [2.126.12](https://github.com/andymai/brepkit/compare/v2.126.11...v2.126.12) (2026-07-17) diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 08e0f295..c58fd738 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.12" +version = "2.126.13" [lib] crate-type = ["cdylib", "rlib"]