From e887026742f571c865df929345381f7f071f714b Mon Sep 17 00:00:00 2001 From: "brepkit[bot]" <265643962+brepkit[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 15:24:25 +0000 Subject: [PATCH] chore(main): release 2.126.14 --- .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 4aac1520..dee70a96 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.126.13" + ".": "2.126.14" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f3fc74df..aa03ef11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.126.14](https://github.com/andymai/brepkit/compare/v2.126.13...v2.126.14) (2026-07-17) + + +### Bug Fixes + +* **algo:** merge overlapping deepened wall openings in the internal-loops splitter ([#1104](https://github.com/andymai/brepkit/issues/1104)) ([ac46c58](https://github.com/andymai/brepkit/commit/ac46c583649d85f303d98e7dcfef67780cf1255d)) + ## [2.126.13](https://github.com/andymai/brepkit/compare/v2.126.12...v2.126.13) (2026-07-17) diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index c58fd738..77a65df2 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.13" +version = "2.126.14" [lib] crate-type = ["cdylib", "rlib"]