Skip to content

Commit

Permalink
Increment version number to 1.8.2
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 681174869
Change-Id: Ia9edf3c8051c51768c5f0e7a922963d351d3979b
  • Loading branch information
jzleibo authored and copybara-github committed Oct 1, 2024
1 parent e42ba3b commit 01e4ad4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.2] - 2024-10-01

### Changed

- Improves logging of strings with newlines

### Fixed

- Insure concurrent execution of zero tasks returns immediately.
- Multi-item haggling environment, where players pick not only the price, but also the item to trade.


## [1.8.1] - 2024-09-20

### Added
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.1',
version='1.8.2',
license='Apache 2.0',
license_files=['LICENSE'],
url='https://github.com/google-deepmind/concordia',
Expand Down

0 comments on commit 01e4ad4

Please sign in to comment.