This is the first ChatArena release under the [Farama Foundation](https://farama.org/), and marks an important step bringing the project towards the [Farama Standards](https://farama.org/project_standards). It also includes many quality-of-life updates and bugfixes. Some highlights include:
* Continuous integration pipelines have been added to perform testing on windows, linux, and macOS with python versions 3.8, 3.9, 3.10 and 3.11.
* [Pre-commit hooks](https://pre-commit.com/) have been added to automatically perform linting, type checking, etc.
* [CONTRIBUTING.md](https://github.com/Farama-Foundation/chatarena/blob/main/CONTRIBUTING.md) has been added, with instructions for new contributors
This release also includes significant updates to the Umshini environments, culminated over the past ~3 months
New Features and Improvements
* Feat: add langchain support by dexhunter in https://github.com/Farama-Foundation/chatarena/pull/46
* Add pre-commit hooks and CI tests for windows, mac, linux by elliottower in https://github.com/Farama-Foundation/chatarena/pull/79
* Add python-publish workflow to automate pypi releases by elliottower in https://github.com/Farama-Foundation/chatarena/pull/78
Bug Fixes
* Update PettingZoo and Umshini requirements by elliottower in https://github.com/Farama-Foundation/chatarena/pull/43
* Fix: Missing name for json by dexhunter in https://github.com/Farama-Foundation/chatarena/pull/45
* Fix typos in README.md pminervini in https://github.com/Farama-Foundation/chatarena/pull/61
* Gradio version fix by elliottower in https://github.com/Farama-Foundation/chatarena/pull/80
* Bump version number to 0.1.13 by elliottower in https://github.com/Farama-Foundation/chatarena/pull/83
**Full Changelog**: https://github.com/Farama-Foundation/chatarena/compare/v0.1.12...v0.1.13