Skip to content

Commit

Permalink
Increment version number to 1.8.1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 676931651
Change-Id: I9a5e261fc3c3012a0f71da5406e16fc546bcd047
  • Loading branch information
jzleibo authored and copybara-github committed Sep 20, 2024
1 parent 69745a5 commit bf50d09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit bf50d09

Please sign in to comment.