Skip to content

Commit

Permalink
Version: 239.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Jan 15, 2025
1 parent 941cb4c commit bcc4cd7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 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>239.0.0</Version></PropertyGroup>
<PropertyGroup><Version>239.0.1</Version></PropertyGroup>
</Project>
Expand Down
17 changes: 14 additions & 3 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,29 @@ END TEMPLATE-->

### Bugfixes

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

### Other

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

### Internal

*None yet*


## 239.0.1

### Bugfixes

* Fix logging of received packets with `net.packet` logging level.
* Downgrade `VorbisPizza` to fix audio playback for systems without AVX2 support.

### Other

* Improved performance of some Roslyn analyzers and source generators, which should significantly improve compile times and IDE performance.


## 239.0.0

### Breaking changes
Expand Down

0 comments on commit bcc4cd7

Please sign in to comment.