From 5fa8ab00513dd56edb5421cd516eccfbb0016762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20S=C3=B6derstr=C3=B6m?= Date: Thu, 30 May 2024 00:57:13 +0200 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74d7648..4b710ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.1.1](https://github.com/tirithen/clipper2c-sys/compare/v0.1.0...v0.1.1) (2024-05-29) + + +### Features + +* add area function bindings ([cb2cb8a](https://github.com/tirithen/clipper2c-sys/commit/cb2cb8a835b40a4fa44cb2eb6162f8a1cf57817c)) +* add serde for ClipperPoint64 ([1e57950](https://github.com/tirithen/clipper2c-sys/commit/1e5795002ec17041a9f40cb22454f25f3567aae1)) + ## 0.1.0 (2024-04-28)