Skip to content

Commit

Permalink
Cut 0.9.0 release (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jthomperoo authored Sep 5, 2020
1 parent 302a17b commit ac3c380
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic
Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v0.9.0] - 2020-09-05
### Added
- `Polygon` has a new static method `EllipseEstimation` for creating a `Polygon` that estimates an ellipse.
- `Polygon` objects can now be initialised to be wrapped.
Expand Down Expand Up @@ -240,7 +242,9 @@ single `CollisionInfo` or undefined.
- Basic physics for velocities/acceleration/rotation.

[Unreleased]:
https://github.com/jamjarlabs/jamjar/compare/v0.8.0...HEAD
https://github.com/jamjarlabs/jamjar/compare/v0.9.0...HEAD
[v0.9.0]:
https://github.com/jamjarlabs/jamjar/compare/v0.8.0...v0.9.0
[v0.8.0]:
https://github.com/jamjarlabs/jamjar/compare/v0.7.0...v0.8.0
[v0.7.0]:
Expand Down

0 comments on commit ac3c380

Please sign in to comment.