From 36dab237fb9fd53658ba5ddf68cf11d59e3a47eb Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Mon, 9 Sep 2019 09:43:22 +0200 Subject: [PATCH 1/3] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fc70fc..0392424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = """ This crate contains the physical engine of the simulation, as well as the objects that reside within it""" -version = "0.14.0" +version = "0.14.1" authors = [ "Jan Nils Ferner ", "Mathias Fischler ", From 06fe651a7e444d0ee8e4f41c3bc4777c5f6b1c11 Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Mon, 9 Sep 2019 09:57:28 +0200 Subject: [PATCH 2/3] Update changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 17d3257..0d3d6de 100644 --- a/changelog.md +++ b/changelog.md @@ -52,5 +52,5 @@ ## 0.14.0 - Mockiato has been updated to '0.8' -## Unreleased +## 0.14.1 - Mockiato has been updated to '0.9' From 1d31c26bfb704793efc4376bce68dc7addbac942 Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Mon, 9 Sep 2019 10:00:11 +0200 Subject: [PATCH 3/3] Update changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 0d3d6de..75820b0 100644 --- a/changelog.md +++ b/changelog.md @@ -54,3 +54,5 @@ ## 0.14.1 - Mockiato has been updated to '0.9' +- ncollide has been updated to '0.20' +- nphysics has been updated to '0.12'