diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dee70a96..e2063eb0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.126.14" + ".": "2.126.15" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa03ef11..b46e5040 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.126.15](https://github.com/andymai/brepkit/compare/v2.126.14...v2.126.15) (2026-07-17) + + +### Bug Fixes + +* **algo:** trim plane-cone circle sections to exact boundary-crossing arcs ([#1106](https://github.com/andymai/brepkit/issues/1106)) ([5bf9534](https://github.com/andymai/brepkit/commit/5bf95348773bad782e3182b7d503ff1fd492787e)) + ## [2.126.14](https://github.com/andymai/brepkit/compare/v2.126.13...v2.126.14) (2026-07-17) diff --git a/crates/wasm/Cargo.toml b/crates/wasm/Cargo.toml index 77a65df2..a9034cc2 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.14" +version = "2.126.15" [lib] crate-type = ["cdylib", "rlib"]