Skip to content

Commit 187cd09

Browse files
vezhnickcopybara-github
authored andcommitted
Increment version number to 1.8.7
PiperOrigin-RevId: 693752111 Change-Id: If572c646de3f4a0188021f2e23f4efa578bc9304
1 parent 9ec2457 commit 187cd09

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +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+
8+
## [1.8.7] - 2024-11-5
9+
10+
### Added
11+
12+
- add parochial universalization agent to the main factories
13+
- add Jinja2 to the requirements to improve the prompting experience
14+
- Add get_raw_memories and get_raw_memories_as_text functions on the memory component.
15+
16+
717
## [1.8.6] - 2024-10-29
818

919
### Added
1020

1121
- Add ability to save and load rational and basic agents to/from json.
12-
- Add a version of agent development colab that uses GCP hosted model
13-
22+
- Add a version of agent development colab that uses GCP hosted model.
1423

1524
## [1.8.5] - 2024-10-21
1625

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.6',
36+
version='1.8.7',
3737
license='Apache 2.0',
3838
license_files=['LICENSE'],
3939
url='https://github.com/google-deepmind/concordia',

0 commit comments

Comments
 (0)