Skip to content

Commit

Permalink
Version: 219.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Apr 20, 2024
1 parent 68e5b69 commit 19f87df
Show file tree
Hide file tree
Showing 2 changed files with 17 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>219.0.0</Version></PropertyGroup>
<PropertyGroup><Version>219.1.0</Version></PropertyGroup>
</Project>
Expand Down
17 changes: 16 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ END TEMPLATE-->

### Bugfixes

* Fixes map initialisation not always initialising all entities on a map.
*None yet*

### Other

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


## 219.1.0

### New features

* Added a new optional arguments to various entity spawning methods, including a new argument to set the entity's rotation.

### Bugfixes

* Fixes map initialisation not always initialising all entities on a map.

### Other

* The default value of the `auth.mode` cvar has changed


## 219.0.0

### Breaking changes
Expand Down

0 comments on commit 19f87df

Please sign in to comment.