Skip to content

Commit

Permalink
v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Dec 11, 2024
1 parent 1bcb0df commit 27a1fa4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://posit-dev.github.io/chatlas/>
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27a1fa4

Please sign in to comment.