From eb1888334eacdfcdadf0259987dae42eb00e99c5 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sat, 19 Aug 2023 19:43:11 -0500 Subject: [PATCH] Version bump 0.3.2.2 --- CHANGELOG.md | 7 +++++++ OverworldShuffle.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f235164..5f1c8fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 0.3.2.2 +- Added Customizer support for Flute Shuffle (thanks Catobat) +- Fixed bad Old Man rescue possibility in Swapped ER +- Fixed vanilla placement issue in Swapped ER +- Removed entrance hints in Swapped ER +- Fixed various generation/validation errors + ## 0.3.2.1 - \~Merged in DR v1.2.0.20~ - Some minor Swapped ER improvements diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 20d81e0c..f1752dbd 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.2.1' +version_number = '0.3.2.2' # branch indicator is intentionally different across branches version_branch = '-u'