From b717e4cc0ed513fa6b84af39fc06d76fc90d238f Mon Sep 17 00:00:00 2001 From: "brepkit[bot]" <265643962+brepkit[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 13:12:28 +0000 Subject: [PATCH] chore(main): release 2.102.9 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ crates/wasm/Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 67a518e4..628a0da8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.102.8" + ".": "2.102.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c21be2b..bbaf6f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.102.9](https://github.com/andymai/brepkit/compare/v2.102.8...v2.102.9) (2026-06-10) + + +### Bug Fixes + +* **algo:** post-merge review follow-ups for rounded-rect booleans ([#783](https://github.com/andymai/brepkit/issues/783)) ([e433a81](https://github.com/andymai/brepkit/commit/e433a8150c58f3a923d77cc4021391f740628494)) +* **operations:** build shell arc edges along wire traversal direction ([#781](https://github.com/andymai/brepkit/issues/781)) ([f771eb9](https://github.com/andymai/brepkit/commit/f771eb90c0039d2b56bae17785834f396660b406)) +* **tessellate:** route grouped solid tessellation through the watertight shared-edge pipeline ([#780](https://github.com/andymai/brepkit/issues/780)) ([ba4f07b](https://github.com/andymai/brepkit/commit/ba4f07bcc60d49ab59b126c724c60771507ab5ea)) + ## [2.102.8](https://github.com/andymai/brepkit/compare/v2.102.7...v2.102.8) (2026-06-10) diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 13665b6f..994a8b2c 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.102.8" +version = "2.102.9" [lib] crate-type = ["cdylib", "rlib"]