Skip to content

Commit

Permalink
Merge branch 'rc_jamba1.5_support' of github.com:AI21Labs/ai21-python…
Browse files Browse the repository at this point in the history
… into rc_jamba1.5_support
  • Loading branch information
amirai21 committed Aug 21, 2024
2 parents 59cc5f8 + 57978dd commit 9434adc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# CHANGELOG

## v2.13.0-rc.2 (2024-08-21)

### Feature

* feat: a few more classes to TypedDict ([`99f9160`](https://github.com/AI21Labs/ai21-python/commit/99f91605ade7c1bd9fc43e739b8c3bc5404ea45d))

* feat: response json example ([`75f9d7c`](https://github.com/AI21Labs/ai21-python/commit/75f9d7c704eb3c5103ee7b023df506597bf61f5e))

* feat: unioned chat message types + async unit tests ([`fbb8267`](https://github.com/AI21Labs/ai21-python/commit/fbb82672a50a63580846d0c7bc6c478d233f3701))

### Fix

* fix: PR comments addressed ([`a66d4e1`](https://github.com/AI21Labs/ai21-python/commit/a66d4e17f9913c42b8666d9e37d0157ff86ae051))

* fix: remove keys, again ([`9588c29`](https://github.com/AI21Labs/ai21-python/commit/9588c29257d87cff935239f6ab4edc9219c3e6bc))

## v2.13.0-rc.1 (2024-08-20)

### Chore

* chore(release): v2.13.0-rc.1 [skip ci] ([`6075e8e`](https://github.com/AI21Labs/ai21-python/commit/6075e8e7e85572a9ab848af17454e0c10d6649b0))

### Documentation

* docs: Fixed Conversational RAG README (#199)
Expand Down
2 changes: 1 addition & 1 deletion ai21/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.13.0-rc.1"
VERSION = "2.13.0-rc.2"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ exclude_lines = [

[tool.poetry]
name = "ai21"
version = "2.13.0-rc.1"
version = "2.13.0-rc.2"
description = ""
authors = ["AI21 Labs"]
readme = "README.md"
Expand Down

0 comments on commit 9434adc

Please sign in to comment.