Skip to content

Commit

Permalink
Update version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Arild committed Jan 7, 2025
1 parent 240aef2 commit c4534aa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rlgym_tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@
# 3) we can import it into your module module
# https://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package

__version__ = '2.0.0'
__version__ = '2.0.1'


release_notes = {
'2.0.1': """
- Fix serialization (added wheel contacts and padded replay frame support, and tested with new script)
- Fix ReplayMutator
- Add RandomPhysicsMutator
""",
'2.0.0': """
Move to RLGym v2:
- Remove all v1 code
Expand Down

0 comments on commit c4534aa

Please sign in to comment.