Skip to content

Commit 010ccf9

Browse files
jzleibocopybara-github
authored andcommitted
Increment version number to 2.0.0
PiperOrigin-RevId: 779187336 Change-Id: I191ec8c5150e4134ca7050c462c5b029bf32087e
1 parent 997b2ed commit 010ccf9

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7+
## [2.0.0] - 2025-7-4
8+
9+
### Changed
10+
11+
- Game masters are now entities.
12+
- Entities and components no longer require clocks.
13+
- Simplified the way components interact with memory.
14+
15+
### Added
16+
17+
- The concept of a "prefab", this replaces the now-deprecated "factory" concept.
18+
- The concept of an "engine" to structure the interaction between agent and game
19+
master.
20+
- Two specific engines: "sequential", and "simultaneous" for turn-based games
21+
and simultaneous-move games respectively.
22+
723
## [1.8.10] - 2024-12-19
824

925
### Changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str:
3333

3434
setuptools.setup(
3535
name='gdm-concordia',
36-
version='1.8.10',
36+
version='2.0.0',
3737
license='Apache 2.0',
3838
license_files=['LICENSE'],
3939
url='https://github.com/google-deepmind/concordia',

0 commit comments

Comments
 (0)