Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Apr 13, 2024
1 parent d97612c commit 88839ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "miniball"
description = "Minimum enclosing ball"
authors = ["Rouven Spreckels <[email protected]>"]
version = "0.4.1"
version = "0.5.0"
rust-version = "1.61.0"
edition = "2021"
documentation = "https://docs.rs/miniball"
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 88839ef

Please sign in to comment.