Version bump 0.6.1.2

This commit is contained in:
codemann8
2025-11-08 11:18:34 -06:00
parent 411f0bc7bc
commit f66ec985a9
2 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog # Changelog
## 0.6.1.2
- Various fixes for Custom Goal Framework
- Added custom gfx for Pedestal and Murahdahla
- Re-fixed purple chest follower dupe
- Updated tournament winners texts
## 0.6.1.1 ## 0.6.1.1
- Fixed issue with Bosses goals in Custom Goal Framework - Fixed issue with Bosses goals in Custom Goal Framework
- Fixed error when using Custom Goals with no extra values - Fixed error when using Custom Goals with no extra values

View File

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