Skip to content

Commit e4190f4

Browse files
committed
Version: 239.0.0
1 parent 4d163ed commit e4190f4

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

MSBuild/Robust.Engine.Version.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<Project>
22
<!-- This file automatically reset by Tools/version.py -->
3-
<PropertyGroup><Version>238.0.1</Version></PropertyGroup>
3+
<PropertyGroup><Version>239.0.0</Version></PropertyGroup>
44
</Project>

RELEASE-NOTES.md

+23
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,29 @@ END TEMPLATE-->
3535

3636
### Breaking changes
3737

38+
*None yet*
39+
40+
### New features
41+
42+
*None yet*
43+
44+
### Bugfixes
45+
46+
*None yet*
47+
48+
### Other
49+
50+
*None yet*
51+
52+
### Internal
53+
54+
*None yet*
55+
56+
57+
## 239.0.0
58+
59+
### Breaking changes
60+
3861
* Robust now uses **.NET 9**.
3962
* `ISerializationManager` will now log errors if it encounters `Entity<T>` data-fields.
4063
* To be clear, this has never been supported and is not really a breaking change, but this will likely require manual intervention to prevent tests from failing.

0 commit comments

Comments
 (0)