We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d9a22 commit b94dbc7Copy full SHA for b94dbc7
2 files changed
Cargo.toml
@@ -2,7 +2,7 @@
2
name = "miniball"
3
description = "Minimum enclosing ball"
4
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
5
-version = "0.1.0"
+version = "0.1.1"
6
edition = "2021"
7
documentation = "https://docs.rs/miniball"
8
repository = "https://github.com/qu1x/miniball"
RELEASES.md
@@ -1,3 +1,8 @@
1
+# Version 0.1.1 (2022-05-06)
+
+ * Add more tests.
+ * Update documentation.
# Version 0.1.0 (2022-05-05)
* Implement minimum enclosing ball.
0 commit comments