Skip to content

Commit be333d4

Browse files
committed
Add version info
1 parent b63483d commit be333d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

rlbot/version.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ def _get_color(color: int) -> str:
1515
)
1616

1717
RELEASE_NOTES = {
18+
"5.0.0-beta.13": """
19+
- Account for partial reads in `SocketRelay`
20+
- Fix managers not ensuring they have received all prerequisite data before initializing
21+
""",
1822
"5.0.0-beta.12": """
1923
- Improved documentation of managers, renderer, and more.
2024
- Renamed various fields, functions, and methods (minor breaking change).

0 commit comments

Comments
 (0)