Skip to content

Commit 7589bb4

Browse files
committed
2.1 versioning
1 parent 26cd8c6 commit 7589bb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to PGS will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Dates are *YYYY-MM-DD*.
77

8-
## **2.1** *(2025-xx-xx)*
8+
## **2.1** *(2025-10-04)*
99

1010
### Added
1111
* `smoothLaneRiesenfeld` to `PGS_Morphology`. Smooths a shape using Lane-Riesenfeld curve subdivision with 4-point refinement to reduce contraction.

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ authors=[Michael Carleton](https://github.com/micycle1/)
44
url=https://github.com/micycle1/PGS
55
sentence=All things computational geometry
66
paragraph=PGS provides easy access to 2D geometric algorithms across a rich range of computational geometry subjects: circle packing, mesh-coloring, contouring, hulls, meshing, morphology, geometric optimisation, point and segment set generation, shape boolean operations, shape predicates, tilings, geometric transformation, triangulation, voronoi diagrams.
7-
version=200
8-
prettyVersion=2.0
7+
version=210
8+
prettyVersion=2.1
99
lastUpdated=0
1010
minRevision=4
1111
maxRevision=0

0 commit comments

Comments
 (0)