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"]