Skip to content

Commit 054459e

Browse files
author
semantic-release
committed
chore(release): v2.7.0 [skip ci]
1 parent cbea1d1 commit 054459e

File tree

3 files changed

+125
-2
lines changed

3 files changed

+125
-2
lines changed

CHANGELOG.md

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,131 @@
22

33

44

5+
## v2.7.0 (2024-06-21)
6+
7+
### Chore
8+
9+
* chore(deps): bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#138)
10+
11+
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0.
12+
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
13+
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/81e9d935c883d0b210363ab89cf05f3894778450...ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0)
14+
15+
---
16+
updated-dependencies:
17+
- dependency-name: pypa/gh-action-pypi-publish
18+
dependency-type: direct:production
19+
update-type: version-update:semver-minor
20+
...
21+
22+
Signed-off-by: dependabot[bot] <[email protected]>
23+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
24+
Co-authored-by: Asaf Joseph Gardin <[email protected]> ([`c509b7e`](https://github.com/AI21Labs/ai21-python/commit/c509b7e59aa984cc9948db1362162eaa52eeb1d7))
25+
26+
* chore(deps-dev): bump authlib from 1.3.0 to 1.3.1 (#131)
27+
28+
Bumps [authlib](https://github.com/lepture/authlib) from 1.3.0 to 1.3.1.
29+
- [Release notes](https://github.com/lepture/authlib/releases)
30+
- [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst)
31+
- [Commits](https://github.com/lepture/authlib/compare/v1.3.0...v1.3.1)
32+
33+
---
34+
updated-dependencies:
35+
- dependency-name: authlib
36+
dependency-type: indirect
37+
...
38+
39+
Signed-off-by: dependabot[bot] <[email protected]>
40+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
41+
Co-authored-by: Asaf Joseph Gardin <[email protected]> ([`5eeaf52`](https://github.com/AI21Labs/ai21-python/commit/5eeaf52af19eee54d19fb9430b6caadf972e5f9c))
42+
43+
### Ci
44+
45+
* ci: Added parter labels (#147) ([`737d98f`](https://github.com/AI21Labs/ai21-python/commit/737d98f0b28d6e335b747dbae44fc68929cf39d6))
46+
47+
* ci: Auto Label (#142)
48+
49+
* ci: Auto lgtm
50+
51+
* fix: script
52+
53+
* fix: consts
54+
55+
* ci: Auto labeler action
56+
57+
* fix: on
58+
59+
* fix: Added more triggers
60+
61+
* fix: feat trigger
62+
63+
* ci: size labels
64+
65+
* fix: More tests
66+
67+
* docs: remove to add
68+
69+
* docs: Updated labeler
70+
71+
* fix: Added default
72+
73+
* fix: Removed line
74+
75+
* fix: labeler
76+
77+
* fix: prints
78+
79+
* fix: Script
80+
81+
* fix: scri[pt
82+
83+
* ci: Added prints
84+
85+
* ci: More prints
86+
87+
* ci: Added echo 0
88+
89+
* ci: Fixed condition
90+
91+
* fix: condition
92+
93+
* fix: Removed unused lines
94+
95+
* fix: Removed more prints
96+
97+
* ci: Lgtm
98+
99+
* fix: condition ([`b59407c`](https://github.com/AI21Labs/ai21-python/commit/b59407cb44e0f13ddc85cb07e721126df5acccfb))
100+
101+
### Documentation
102+
103+
* docs: Azure README (#139) ([`5b0eadb`](https://github.com/AI21Labs/ai21-python/commit/5b0eadbe88702e2ca28de608191d9a17b8c0b4b0))
104+
105+
### Feature
106+
107+
* feat: Add async tokenizer, add detokenize method (#144)
108+
109+
* feat: add detokenize method, add async tokenizer
110+
111+
* chore: update pyproject and poetry.lock
112+
113+
* fix: fix tokenizer name in examples and readme, add example ([`f2d06fc`](https://github.com/AI21Labs/ai21-python/commit/f2d06fc7d2bc155beeaec72c0481f9a239656c07))
114+
115+
### Fix
116+
117+
* fix: Add default version to azure url (#148)
118+
119+
* fix: Added azure api version in the url
120+
121+
* fix: Added _create_base_url ([`cbea1d1`](https://github.com/AI21Labs/ai21-python/commit/cbea1d19197bf48c26679f8f97d37013333994f6))
122+
123+
5124
## v2.6.0 (2024-06-13)
6125

126+
### Chore
127+
128+
* chore(release): v2.6.0 [skip ci] ([`3a6de49`](https://github.com/AI21Labs/ai21-python/commit/3a6de495aa88dc98577b8b27fff94cb88d7662ba))
129+
7130
### Feature
8131

9132
* feat: Azure Client Support (#135) ([`6115632`](https://github.com/AI21Labs/ai21-python/commit/611563279999168703e49dbbf288190ee0ae262d))

ai21/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "2.6.0"
1+
VERSION = "2.7.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude_lines = [
4646

4747
[tool.poetry]
4848
name = "ai21"
49-
version = "2.6.0"
49+
version = "2.7.0"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)