Skip to content

Commit

Permalink
Version: 0.102.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElectroJr committed Apr 25, 2023
1 parent c4dead2 commit 37420b2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 5 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>0.101.1.1</Version></PropertyGroup>
<PropertyGroup><Version>0.102.0.0</Version></PropertyGroup>
</Project>
Expand Down
27 changes: 23 additions & 4 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,44 @@ END TEMPLATE-->

### Breaking changes

* Loading maps with invalid entity UIDs should now log errors.
*None yet*

### New features

* The yaml linter should now error on duplicate entity prototypes
*None yet*

### Bugfixes

* Fix a PVS bug that could put one entity into two different PVS chunks.
*None yet*

### Other

* EntityUid indexing should now start at 1 when saving maps.
*None yet*

### Internal

*None yet*


## 0.102.0.0

### Breaking changes

* Loading maps with invalid entity UIDs should now log errors.

### New features

* The yaml linter should now error on duplicate entity prototypes

### Bugfixes

* Fix a PVS bug that could put one entity into two different PVS chunks.

### Other

* EntityUid indexing should now start at 1 when saving maps.


## 0.101.1.1

### Bugfixes
Expand Down

0 comments on commit 37420b2

Please sign in to comment.