Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #118 from myelin-ai/release-0.14.0
Browse files Browse the repository at this point in the history
Release 0.14.0
  • Loading branch information
Ruben Schmidmeister authored Jun 17, 2019
2 parents 8cce32a + e524c4f commit fa9acdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",
"Mathias Fischler <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
- `associated_object_data` is a generic type instead of a `Vec<u8>`. 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'

0 comments on commit fa9acdf

Please sign in to comment.