Skip to content

Commit e5f4463

Browse files
authored
Release 0.2.2 (#90)
* Revert "Support python 3.12 (#89)" This reverts commit c4199bb. * Create v0.2.2 release * Update RELEASE.md - No 3.12 support.
1 parent f619444 commit e5f4463

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

RELEASE.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## v0.2.2
2+
3+
- Handle maximum batch size for `embed_text`.
4+
- Restore `types.ModelNameOptions`.
5+
- Update tuning to handle more dataset types (json, pandas, urls, google-sheets).
6+
- Expose `count_text_tokens`
7+
- Expose operations management.
8+
- Allow users to pass custom `metadata` (HTML headers).
9+
- Add dataclass prettyprinting.
10+
111
## v0.2.1
212

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

1828
## v0.1
1929

20-
Initial version
30+
Initial version

google/generativeai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
from __future__ import annotations
1616

17-
__version__ = "0.2.1"
17+
__version__ = "0.2.2"

0 commit comments

Comments
 (0)