From 85cbffb8451112d80421153ea7b8e1babe1e89c2 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 30 Oct 2021 15:11:29 -0700 Subject: [PATCH] Update develop to 6.0. --- changelog.md | 10 ++++++++++ game/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 3c0ee3d7..28f7945c 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +# 6.0.0 + +Saves from 5.x are not compatible with 6.0. + +## Features/Improvements + +* **[Mission Generation]** Added an option to fast-forward mission generation until the point of first contact (WIP). + +## Fixes + # 5.0.0 Saves from 4.x are not compatible with 5.0. diff --git a/game/version.py b/game/version.py index f2f59eca..55d27d74 100644 --- a/game/version.py +++ b/game/version.py @@ -1,7 +1,7 @@ from pathlib import Path -MAJOR_VERSION = 5 +MAJOR_VERSION = 6 MINOR_VERSION = 0 MICRO_VERSION = 0