diff --git a/CHANGELOG.md b/CHANGELOG.md index e7bca4a..34330bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). --> -## [UNRELEASED] +## [0.2.0] - 2024-12-11 -Initial release of `chatlas`. +First stable release of `chatlas`, see the website to learn more diff --git a/README.md b/README.md index 122716e..3b04988 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,16 @@ Developer experience is also a key focus of chatlas: typing support, rich consol ## Install -`chatlas` isn't yet on pypi, but you can install from Github: +Install the latest stable release from PyPI: ```bash -pip install git+https://github.com/posit-dev/chatlas +pip install -U chatlas +``` + +Or, install the latest development version from GitHub: + +```bash +pip install -U git+https://github.com/posit-dev/chatlas ``` ## Model providers