diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8db59449..7601b07e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.101.3" + ".": "2.102.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cba0829a..5e81eeda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.102.0](https://github.com/andymai/brepkit/compare/v2.101.3...v2.102.0) (2026-06-09) + + +### Features + +* **algo:** split u-periodic faces into bands at internal section circles ([#756](https://github.com/andymai/brepkit/issues/756)) ([39e9425](https://github.com/andymai/brepkit/commit/39e9425fd9e21a95c5aa9db48440389f28481d4e)) + + +### Bug Fixes + +* **algo:** adopt existing boundary vertices as seams for closed section curves ([#755](https://github.com/andymai/brepkit/issues/755)) ([3342271](https://github.com/andymai/brepkit/commit/3342271cdc0ec9f63e3b752c9dd699fe0aecad1c)) +* **algo:** trim plane-plane section curves to mutual face overlap ([#754](https://github.com/andymai/brepkit/issues/754)) ([e692c9c](https://github.com/andymai/brepkit/commit/e692c9cb3fd50960a44c6876a345d1d2424cdc5b)) + ## [2.101.3](https://github.com/andymai/brepkit/compare/v2.101.2...v2.101.3) (2026-06-03) diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 4bed5a21..bd284ac7 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.101.3" +version = "2.102.0" [lib] crate-type = ["cdylib", "rlib"]