Skip to content

Commit 5ed7f07

Browse files
author
semantic-release
committed
chore(release): v2.9.1 [skip ci]
1 parent 06d0226 commit 5ed7f07

File tree

3 files changed

+67
-2
lines changed

3 files changed

+67
-2
lines changed

CHANGELOG.md

Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,74 @@
11
# CHANGELOG
22

3+
## v2.9.1 (2024-07-10)
4+
5+
### Chore
6+
7+
* chore(deps-dev): bump zipp from 3.18.1 to 3.19.1 (#183)
8+
9+
Bumps [zipp](https://github.com/jaraco/zipp) from 3.18.1 to 3.19.1.
10+
- [Release notes](https://github.com/jaraco/zipp/releases)
11+
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
12+
- [Commits](https://github.com/jaraco/zipp/compare/v3.18.1...v3.19.1)
13+
14+
---
15+
updated-dependencies:
16+
- dependency-name: zipp
17+
dependency-type: indirect
18+
...
19+
20+
Signed-off-by: dependabot[bot] <support@github.com>
21+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`1812ef5`](https://github.com/AI21Labs/ai21-python/commit/1812ef50f3700bc994694c9b45a7c1cf51c45f87))
22+
23+
* chore(deps): bump certifi from 2024.2.2 to 2024.7.4 (#176)
24+
25+
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.7.4.
26+
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.07.04)
27+
28+
---
29+
updated-dependencies:
30+
- dependency-name: certifi
31+
dependency-type: indirect
32+
...
33+
34+
Signed-off-by: dependabot[bot] <support@github.com>
35+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
36+
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> ([`f5e1814`](https://github.com/AI21Labs/ai21-python/commit/f5e18140ffd289be8d3e5afa2e0c5352a0beb1cd))
37+
38+
* chore(deps): bump amannn/action-semantic-pull-request (#154)
39+
40+
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.5.2 to 5.5.3.
41+
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
42+
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
43+
- [Commits](https://github.com/amannn/action-semantic-pull-request/compare/v5.5.2...v5.5.3)
44+
45+
---
46+
updated-dependencies:
47+
- dependency-name: amannn/action-semantic-pull-request
48+
dependency-type: direct:production
49+
update-type: version-update:semver-patch
50+
...
51+
52+
Signed-off-by: dependabot[bot] <support@github.com>
53+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
54+
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> ([`e57d99a`](https://github.com/AI21Labs/ai21-python/commit/e57d99a04ff4b6aa4a858a2fe87f8cc8c68bcfa0))
55+
56+
### Fix
57+
58+
* fix: remove httpx logger on log level info (#184) ([`06d0226`](https://github.com/AI21Labs/ai21-python/commit/06d02261c187a4bda1b5d479855d17b5a1507a1d))
59+
60+
### Unknown
61+
62+
* Securely use variables in labeler workflow. (#181)
63+
64+
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> ([`5349992`](https://github.com/AI21Labs/ai21-python/commit/53499926753a1854a2da6c65f8175c33d0a79ae1))
65+
366
## v2.9.0 (2024-07-07)
467

568
### Chore
669

70+
* chore(release): v2.9.0 [skip ci] ([`f4b4d36`](https://github.com/AI21Labs/ai21-python/commit/f4b4d362b77ab94c970ae623f7f9185b94718181))
71+
772
* chore(deps): bump actions/github-script from 6 to 7 (#169)
873

974
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 7.

ai21/version.py

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

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.9.0"
49+
version = "2.9.1"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)