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.