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 #74 from myelin-ai/publish-0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
jeremystucki authored Mar 11, 2019
2 parents e8165ec + eba1b05 commit 4045072
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.6.1"
version = "0.7.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 @@ -20,3 +20,6 @@

## 0.6.1
- Add raycast support via `Simulation::objects_in_ray(&self, origin: Point, direction: Vector) -> Snapshot<'_>;`

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

0 comments on commit 4045072

Please sign in to comment.