Skip to content

Commit

Permalink
Version: 230.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Aug 23, 2024
1 parent 1eb63cb commit 36a5b67
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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>230.1.0</Version></PropertyGroup>
<PropertyGroup><Version>230.2.0</Version></PropertyGroup>
</Project>
Expand Down
12 changes: 12 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ END TEMPLATE-->
*None yet*


## 230.2.0

### New features

* Add ProcessNow for IRobustJob as a convenience method where you may not want to run a job in the background sometimes.
* Add Vector2i helpers to all 8 neighbouring directions.

### Other

* Remove IThreadPoolWorkItem interface from IRobustJob.


## 230.1.0

### New features
Expand Down

0 comments on commit 36a5b67

Please sign in to comment.