From 775ab156ee84f1526034a5164777b9e3abccdcdc Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Mon, 17 Jun 2019 12:15:24 +0200 Subject: [PATCH 1/2] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39d191d..9fb6c95 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.13.0" +version = "0.14.0" authors = [ "Jan Nils Ferner ", "Mathias Fischler ", From e524c4f544344c9f78f215094c84fe2abbe4b8c7 Mon Sep 17 00:00:00 2001 From: Jeremy Stucki Date: Mon, 17 Jun 2019 12:16:04 +0200 Subject: [PATCH 2/2] Update changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ae2b488..0a75ed6 100644 --- a/changelog.md +++ b/changelog.md @@ -49,5 +49,5 @@ - `associated_object_data` is a generic type instead of a `Vec`. All types that deal with `ObjectDescription` therefore have received a generic type parameter `T`. - `ObjectBuilder::build` will return an error when `associated_object_data()` is never called. This is not the case for types that implement `Default`. -## Unreleased +## 0.14.0 - Mockiato has been updated to '0.8'