From 55571ef5b131dfa6f00a38e71a356ded34ca5911 Mon Sep 17 00:00:00 2001 From: ElectroJr Date: Fri, 14 Feb 2025 16:11:50 +1300 Subject: [PATCH] Version: 245.0.0 --- MSBuild/Robust.Engine.Version.props | 2 +- RELEASE-NOTES.md | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/MSBuild/Robust.Engine.Version.props b/MSBuild/Robust.Engine.Version.props index 21fd8a1ba..52d55e729 100644 --- a/MSBuild/Robust.Engine.Version.props +++ b/MSBuild/Robust.Engine.Version.props @@ -1,4 +1,4 @@ - 244.0.0 + 245.0.0 diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 86cfb6b71..208cd2310 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -43,7 +43,7 @@ END TEMPLATE--> ### Bugfixes -* Fixed an error in `MappingDataNode.TryAddCopy()`, which was causing yaml inheritance/deserialization bugs. +*None yet* ### Other @@ -54,6 +54,17 @@ END TEMPLATE--> *None yet* +## 245.0.0 + +### Breaking changes + +* `BoundUserInterface.Open()` now has the `MustCallBase` attribute + +### Bugfixes + +* Fixed an error in `MappingDataNode.TryAddCopy()`, which was causing yaml inheritance/deserialization bugs. + + ## 244.0.0 ### Breaking changes