Skip to content

Commit

Permalink
Release 0.2.2 (#90)
Browse files Browse the repository at this point in the history
* Revert "Support python 3.12 (#89)"

This reverts commit c4199bb.

* Create v0.2.2 release

* Update RELEASE.md - No 3.12 support.
  • Loading branch information
MarkDaoust authored Oct 23, 2023
1 parent f619444 commit e5f4463
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.2.2

- Handle maximum batch size for `embed_text`.
- Restore `types.ModelNameOptions`.
- Update tuning to handle more dataset types (json, pandas, urls, google-sheets).
- Expose `count_text_tokens`
- Expose operations management.
- Allow users to pass custom `metadata` (HTML headers).
- Add dataclass prettyprinting.

## v0.2.1

- Bugfix: Add missing enum names to `saftey_types.py`
Expand All @@ -17,4 +27,4 @@

## v0.1

Initial version
Initial version
2 changes: 1 addition & 1 deletion google/generativeai/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# limitations under the License.
from __future__ import annotations

__version__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit e5f4463

Please sign in to comment.