From ea07713781dae18f2cd025c4d148369e6a750f12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20S=C3=B6derstr=C3=B6m?= Date: Tue, 21 Jan 2025 20:53:57 +0100 Subject: [PATCH] chore(release): 0.5.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba3c773..839c637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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. +## [0.5.0](https://github.com/tirithen/clipper2/compare/v0.4.1...v0.5.0) (2025-01-21) + + +### ⚠ BREAKING CHANGES + +* **Path:** Path

::inflate now returns Paths

instead of +Path

. The method will no longer panic when 0 points remain after +inflating with a negative number, instead a Paths

struct with length +0 will be returned in those cases. + +### Features + +* **Path:** Path

::inflate return Paths

([cbb999b](https://github.com/tirithen/clipper2/commit/cbb999bcb964afed4d36f455711def0fe3346f55)) + ### [0.4.1](https://github.com/tirithen/clipper2/compare/v0.4.0...v0.4.1) (2024-07-30)