Skip to content

Commit d0dc1f8

Browse files
authored
chore(main): release 2.127.28 (#1188)
🤖 I have created a release *beep* *boop* --- ## [2.127.28](v2.127.27...v2.127.28) (2026-07-22) ### Bug Fixes * **algo:** excise out-and-back spurs and slit faces before assembly ([#1187](#1187)) ([83ca006](83ca006)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Release `brepkit-wasm` 2.127.28 with an algorithm fix that removes out-and-back spurs and slit faces before assembly to prevent invalid geometry (#1187). <sup>Written for commit 0afb3cd. Summary will update on new commits.</sup> <a href="https://cubic.dev/pr/andymai/brepkit/pull/1188?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. --> Co-authored-by: brepkit[bot] <265643962+brepkit[bot]@users.noreply.github.com>
1 parent 83ca006 commit d0dc1f8

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.127.27"
2+
".": "2.127.28"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.127.28](https://github.com/andymai/brepkit/compare/v2.127.27...v2.127.28) (2026-07-22)
4+
5+
6+
### Bug Fixes
7+
8+
* **algo:** excise out-and-back spurs and slit faces before assembly ([#1187](https://github.com/andymai/brepkit/issues/1187)) ([83ca006](https://github.com/andymai/brepkit/commit/83ca006154e0d0b9f7ae1bf108dc6a30aae0f33e))
9+
310
## [2.127.27](https://github.com/andymai/brepkit/compare/v2.127.26...v2.127.27) (2026-07-22)
411

512

crates/wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license.workspace = true
77
name = "brepkit-wasm"
88
repository.workspace = true
99
rust-version.workspace = true
10-
version = "2.127.27"
10+
version = "2.127.28"
1111

1212
[lib]
1313
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)