Skip to content

Commit

Permalink
Patch notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Arild committed Dec 6, 2022
1 parent 145bca9 commit 79911f5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rlgym_tools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@
# 3) we can import it into your module module
# https://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package

__version__ = '1.8.0'
__version__ = '1.8.1'

release_notes = {
'1.8.1': """
- Refactor GameCondition (Rolv, Impossibum)
- Fix a small mistake in LookupAction (Rolv)
""",
'1.8.0': """
- Add lookup parser as used by Nexto/Tecko (Rolv)
- Add customizable odds to WallPracticeState (Soren)
Expand Down

0 comments on commit 79911f5

Please sign in to comment.