Skip to content

Commit

Permalink
Version: 132.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Jul 1, 2023
1 parent 23a40e5 commit d4902a9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MSBuild/Robust.Engine.Version.props
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<PropertyGroup><Version>132.0.1</Version></PropertyGroup>
<PropertyGroup><Version>132.1.0</Version></PropertyGroup>
</Project>
Expand Down
18 changes: 17 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ END TEMPLATE-->

### New features

* `Robust.Shared.Physics.Events.CollisionChangeEvent` now has the `EntityUid` of the physics body.
*None yet*

### Bugfixes

Expand All @@ -54,6 +54,22 @@ END TEMPLATE-->
*None yet*


## 132.1.0

### New features

* `Robust.Shared.Physics.Events.CollisionChangeEvent` now has the `EntityUid` of the physics body.

### Other

* Paused entities now pause their animations. There's no guarantee they'll resume at the same point (use SyncSprite instead).

### Internal

* Fix ComponentTreeSystem warnings.
* Fix some miscellaneous other warnings.


## 132.0.1

### Bugfixes
Expand Down

0 comments on commit d4902a9

Please sign in to comment.