Version bump 0.3.0.0

This commit is contained in:
codemann8
2023-02-26 14:04:21 -06:00
parent 70978e8efd
commit bb3b51f1d6
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 0.3.0.0
- Merged in all DR Customizer features since its initial release up to v1.2.0.9
- Major revamp of Aerinon's ER 2.0 to better support OWR modes
- Fixed various incorrect logic issues (Inverted flute spots, Bomb Shop start, etc)
- Flute is disabled in rain state except glitched modes
## 0.2.11.4
- Fixed broken OWG logic issues
- Gave chickens a base price for shopsanity

View File

@@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType
from OverworldGlitchRules import create_owg_connections
from Utils import bidict
version_number = '0.2.11.4'
version_number = '0.3.0.0'
# branch indicator is intentionally different across branches
version_branch = '-u'