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 #79 from myelin-ai/release
Browse files Browse the repository at this point in the history
Release 0.8.0
  • Loading branch information
janhohenheim authored Mar 11, 2019
2 parents e6449ee + 0c1ff14 commit cc26877
Show file tree
Hide file tree
Showing 2 changed files with 4 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.7.0"
version = "0.8.0"
authors = [
"Jan Nils Ferner <[email protected]>",
"Mathias Fischler <[email protected]>",
Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@

## 0.7.0
- Re-export `myelin_geometry` as `geometry`

## 0.8.0
- Expose `objects_in_ray` through `WorldIterator::find_objects_in_ray`

0 comments on commit cc26877

Please sign in to comment.