Skip to content

Commit e69e0cf

Browse files
Bump version and changelog
1 parent 2622c0e commit e69e0cf

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

client/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { schema } from 'battlecode-schema'
22

3-
export const GAME_VERSION = '1.2.4'
4-
export const SPEC_VERSION = '1.2.4'
3+
export const GAME_VERSION = '1.2.5'
4+
export const SPEC_VERSION = '1.2.5'
55
export const BATTLECODE_YEAR: number = 2024
66
export const MAP_SIZE_RANGE = {
77
min: 30,

engine/src/main/battlecode/common/GameConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class GameConstants {
99
/**
1010
* The current spec version the server compiles with.
1111
*/
12-
public static final String SPEC_VERSION = "1.2.4";
12+
public static final String SPEC_VERSION = "1.2.5";
1313

1414
// *********************************
1515
// ****** MAP CONSTANTS ************

specs/specs.md.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# **Formal specification**
1818

19-
_This is the formal specification of the Battlecode 2024 game._ Current version: *1.2.4*
19+
_This is the formal specification of the Battlecode 2024 game._ Current version: *1.2.5*
2020

2121
**Welcome to Battlecode 2024: Breadwars.**
2222

@@ -286,6 +286,15 @@
286286

287287
# **Appendix: Changelog**
288288

289+
- Version 1.2.5 (January 16, 2024)
290+
- Engine improvements
291+
- Added sprint 1 maps
292+
- Client improvements
293+
- Added sprint 1 maps
294+
- Tournament mode enhancements
295+
- Fix occasional whitescreening issue
296+
- Add config to enable map validation
297+
289298
- Version 1.2.4 (January 15, 2024)
290299
- Client improvements
291300
- Distinguish between match winner (medal icon) and overall game winner (crown icon)

0 commit comments

Comments
 (0)