Skip to content

Commit e4997c0

Browse files
bors[bot]trsoluti
andcommitted
Merge #112
112: 0.20.1 Updated CHANGELOG.md. r=torkleyy a=trsoluti Updated CHANGELOG.md to include the changes for v0.19 and v0.20. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/rustgd/collision-rs/112) <!-- Reviewable:end --> Co-authored-by: trsolutions <[email protected]>
2 parents 6e4d23d + 03833e5 commit e4997c0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## Change Log
22

3+
### v0.20
4+
- No actual API change, but updated to Rust2018 and synced with cgmath 0.17
5+
- Uses latest versions of rand and approx for compatibility with other libraries
6+
7+
### v0.19
8+
- Updated version of num library to 0.2
9+
- Minor refactoring of code based on clippy comments (no change to api)
10+
- Updated documentation for Variance type in SweepAndPrune.
11+
312
### v0.18
413
- Update GJK intersection tests to use `smallvec` for the `Simplex`, since it will never grow larger than 4 entries.
514
Small breaking change in the signature for the `GJK::intersect` function.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "collision"
4-
version = "0.20.0"
4+
version = "0.20.1"
55
authors = ["Brendan Zabarauskas <[email protected]>",
66
"Brian Heylin",
77
"Colin Sherratt",

0 commit comments

Comments
 (0)