From bf50d096f3ba40292cea06db9eff6ff2225c611c Mon Sep 17 00:00:00 2001 From: "Joel Z. Leibo" Date: Fri, 20 Sep 2024 12:25:26 -0700 Subject: [PATCH] Increment version number to 1.8.1 PiperOrigin-RevId: 676931651 Change-Id: I9a5e261fc3c3012a0f71da5406e16fc546bcd047 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8c3bba6..892804dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## [1.8.1] - 2024-09-20 + +### Added + +- A wrapper that allows to limit the number of calls made by an LLM before it turns into a noop model + +### Fixed + +- Make Inventory component thread safe. + + ## [1.8.0] - 2024-09-17 ### Changed diff --git a/setup.py b/setup.py index c457f526..cece1bc6 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def _remove_excluded(description: str) -> str: setuptools.setup( name='gdm-concordia', - version='1.8.0', + version='1.8.1', license='Apache 2.0', license_files=['LICENSE'], url='https://github.com/google-deepmind/concordia',