Skip to content

Commit bcc4cd7

Browse files
committed
Version: 239.0.1
1 parent 941cb4c commit bcc4cd7

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
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>239.0.0</Version></PropertyGroup>
3+
<PropertyGroup><Version>239.0.1</Version></PropertyGroup>
44
</Project>

RELEASE-NOTES.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,29 @@ END TEMPLATE-->
4343

4444
### Bugfixes
4545

46-
* Fix logging of received packets with `net.packet` logging level.
47-
* Downgrade `VorbisPizza` to fix audio playback for systems without AVX2 support.
46+
*None yet*
4847

4948
### Other
5049

51-
* Improved performance of some Roslyn analyzers and source generators, which should significantly improve compile times and IDE performance.
50+
*None yet*
5251

5352
### Internal
5453

5554
*None yet*
5655

5756

57+
## 239.0.1
58+
59+
### Bugfixes
60+
61+
* Fix logging of received packets with `net.packet` logging level.
62+
* Downgrade `VorbisPizza` to fix audio playback for systems without AVX2 support.
63+
64+
### Other
65+
66+
* Improved performance of some Roslyn analyzers and source generators, which should significantly improve compile times and IDE performance.
67+
68+
5869
## 239.0.0
5970

6071
### Breaking changes

0 commit comments

Comments
 (0)