From fce629b95f1b1c355c6523fdfeba200f6d9e5635 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sun, 16 Jul 2023 13:17:20 -0500 Subject: [PATCH] Version bump 0.3.2.0 --- CHANGELOG.md | 5 +++++ OverworldShuffle.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fa22be..b156a0dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.2.0 +- New Swapped ER mode option +- Fixed issue with flipper rules not properly getting pearl requirement added +- Fixed minor issues in generating non-crossed ER on subsequent attempts + ## 0.3.1.2 - Retro now gives a universal key from bottle vendor fish prize - Fixed issue with Aga Door preventing Murahduhla Cutscene diff --git a/OverworldShuffle.py b/OverworldShuffle.py index d95b2cb8..c34b6d62 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -7,7 +7,7 @@ from OWEdges import OWTileRegions, OWEdgeGroups, OWEdgeGroupsTerrain, OWExitType from OverworldGlitchRules import create_owg_connections from Utils import bidict -version_number = '0.3.1.2' +version_number = '0.3.2.0' # branch indicator is intentionally different across branches version_branch = '-u'