Skip to content

Commit

Permalink
Create v0.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust committed Oct 20, 2023
1 parent 67520aa commit 600d7c8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## v0.2.2

- Add Python 3.12 support.
- 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 +28,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 600d7c8

Please sign in to comment.