From 88839ef5439054479a7f24e713b461f88cb372ba Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Sat, 13 Apr 2024 09:40:10 +0200 Subject: [PATCH] Prepare release. --- Cargo.toml | 2 +- RELEASES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8e3e60d..9a6a61d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "miniball" description = "Minimum enclosing ball" authors = ["Rouven Spreckels "] -version = "0.4.1" +version = "0.5.0" rust-version = "1.61.0" edition = "2021" documentation = "https://docs.rs/miniball" diff --git a/RELEASES.md b/RELEASES.md index 08bcd79..90e2cad 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,4 @@ -# Version 0.4.1 (2024-04-12) +# Version 0.5.0 (2024-04-13) * Attempt to improve numerical stability by enclosing approximately co-spherical points. * Leverage move-to-front heuristic to prevent panic due to numerical instability.