Skip to content

Commit b94dbc7

Browse files
committed
Prepare release.
1 parent 47d9a22 commit b94dbc7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "miniball"
33
description = "Minimum enclosing ball"
44
authors = ["Rouven Spreckels <rs@qu1x.dev>"]
5-
version = "0.1.0"
5+
version = "0.1.1"
66
edition = "2021"
77
documentation = "https://docs.rs/miniball"
88
repository = "https://github.com/qu1x/miniball"

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.1.1 (2022-05-06)
2+
3+
* Add more tests.
4+
* Update documentation.
5+
16
# Version 0.1.0 (2022-05-05)
27

38
* Implement minimum enclosing ball.

0 commit comments

Comments
 (0)