From fcd02e241f3643ef628483e21285b7a6358498e6 Mon Sep 17 00:00:00 2001 From: "brepkit[bot]" <265643962+brepkit[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 13:53:38 +0000 Subject: [PATCH] chore(main): release 2.126.13 --- .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 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"]