Skip to content

Commit ea07713

Browse files
committed
chore(release): 0.5.0
1 parent 4d9c19b commit ea07713

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.5.0](https://github.com/tirithen/clipper2/compare/v0.4.1...v0.5.0) (2025-01-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **Path:** Path<P>::inflate now returns Paths<P> instead of
11+
Path<P>. The method will no longer panic when 0 points remain after
12+
inflating with a negative number, instead a Paths<p> struct with length
13+
0 will be returned in those cases.
14+
15+
### Features
16+
17+
* **Path:** Path<P>::inflate return Paths<P> ([cbb999b](https://github.com/tirithen/clipper2/commit/cbb999bcb964afed4d36f455711def0fe3346f55))
18+
519
### [0.4.1](https://github.com/tirithen/clipper2/compare/v0.4.0...v0.4.1) (2024-07-30)
620

721

0 commit comments

Comments
 (0)