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 #102 from myelin-ai/release-0.12.0
Browse files Browse the repository at this point in the history
Release 0.12.0
  • Loading branch information
Ruben Schmidmeister authored Apr 26, 2019
2 parents cf85c8a + a0b55e7 commit fbbffe8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.11.0"
version = "0.12.0"
authors = [
"Jan Nils Ferner <[email protected]>",
"Mathias Fischler <[email protected]>",
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@

## 0.11.0
- Mockiato has been updated to `0.4`

## 0.12.0
- `ObjectBehavior::as_any` no longer needs to be implemented manually.
- Mocks for `ObjectBehavior` and `Simulation` are now generated by mockiato.

0 comments on commit fbbffe8

Please sign in to comment.