polygon_unionfind 0.7.8

Disjoint-set data structure (union-find) for polygons.
Documentation
1
2
3
4
5
6
7
8
9
# SPDX-FileCopyrightText: 2026 undoredo contributors
#
# SPDX-License-Identifier: MIT OR Apache-2.0

pre-release-commit-message = "Release {{version}}"
tag-name = "{{version}}"
pre-release-replacements = [
  { file = "README.md", search = 'polygon_unionfind = \{ version = "[^"]+"([^}]*)\}', replace = '{{crate_name}} = { version = "{{version}}"$1}' },
]