From 30b707e9c5996e38ae350071b33ab99e949eb103 Mon Sep 17 00:00:00 2001 From: Stefan Altmayer Date: Sun, 19 Nov 2023 13:51:03 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f05d585..97efa32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## [2.4] - 2023-11-19 ### Added - Implements Delaunay refinement: Adds `ConstrainedDelaunayTriangulation::refine`, along with `RefinementParameters` to modify the refinement behavior. @@ -284,6 +284,8 @@ A lot has changed for the 1.0. release, only larger changes are shown. ## 0.1.0 - 2016-09-23 Initial commit +[2.3.1]: https://github.com/Stoeoef/spade/compare/v2.3.1...v2.4.0 + [2.3.1]: https://github.com/Stoeoef/spade/compare/v2.3.0...v2.3.1 [2.3.0]: https://github.com/Stoeoef/spade/compare/v2.2.1...v2.3.0