From 759c6b30f82af0ce7196f984f99d3e14d28573be Mon Sep 17 00:00:00 2001 From: TheApplePieGod Date: Fri, 12 Jan 2024 19:16:02 -0500 Subject: [PATCH] Bump version & changelog --- client/src/constants.ts | 4 ++-- engine/src/main/battlecode/common/GameConstants.java | 2 +- specs/specs.md.html | 11 ++++++++++- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/client/src/constants.ts b/client/src/constants.ts index 4b0b9109..add6a2b2 100644 --- a/client/src/constants.ts +++ b/client/src/constants.ts @@ -1,7 +1,7 @@ import { schema } from 'battlecode-schema' -export const GAME_VERSION = '1.2.1' -export const SPEC_VERSION = '1.2.1' +export const GAME_VERSION = '1.2.2' +export const SPEC_VERSION = '1.2.2' export const BATTLECODE_YEAR: number = 2024 export const MAP_SIZE_RANGE = { min: 30, diff --git a/engine/src/main/battlecode/common/GameConstants.java b/engine/src/main/battlecode/common/GameConstants.java index d6fb3f66..cd66011e 100644 --- a/engine/src/main/battlecode/common/GameConstants.java +++ b/engine/src/main/battlecode/common/GameConstants.java @@ -9,7 +9,7 @@ public class GameConstants { /** * The current spec version the server compiles with. */ - public static final String SPEC_VERSION = "1.2.1"; + public static final String SPEC_VERSION = "1.2.2"; // ********************************* // ****** MAP CONSTANTS ************ diff --git a/specs/specs.md.html b/specs/specs.md.html index 65f2651b..fbb63177 100644 --- a/specs/specs.md.html +++ b/specs/specs.md.html @@ -16,7 +16,7 @@ # **Formal specification** -_This is the formal specification of the Battlecode 2024 game._ Current version: *1.2.1* +_This is the formal specification of the Battlecode 2024 game._ Current version: *1.2.2* **Welcome to Battlecode 2024: Breadwars.** @@ -286,6 +286,15 @@ # **Appendix: Changelog** +- Version 1.2.2 (January 12, 2024) + - Spec fixes + - Minor typo fixes + - Client improvements + - Fixed dams crashing the map editor + - Runner console quality-of-life additions + - Added version # to sidebar + - Added update rechecking while client is open + - Version 1.2.1 (January 11, 2024) - Hotfix relating to game tab scrolling in the client