Skip to content

Commit 5be5b59

Browse files
committed
chore(release): v0.11.3 [skip ci]
1 parent 3216898 commit 5be5b59

File tree

3 files changed

+84
-2
lines changed

3 files changed

+84
-2
lines changed

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,89 @@
11
# CHANGELOG
22

3+
## v0.11.3 (2024-08-05)
4+
5+
### Chore
6+
7+
* chore(deps-dev): bump authlib from 1.2.1 to 1.3.1 (#91)
8+
9+
Bumps [authlib](https://github.com/lepture/authlib) from 1.2.1 to 1.3.1.
10+
- [Release notes](https://github.com/lepture/authlib/releases)
11+
- [Changelog](https://github.com/lepture/authlib/blob/master/docs/changelog.rst)
12+
- [Commits](https://github.com/lepture/authlib/compare/v1.2.1...v1.3.1)
13+
14+
---
15+
updated-dependencies:
16+
- dependency-name: authlib
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> ([`fe24518`](https://github.com/AI21Labs/ai21-tokenizer/commit/fe24518a0c4cb15ac48f8d246fe22887ffcc3216))
22+
23+
* chore(deps-dev): bump black from 23.3.0 to 24.3.0 (#90)
24+
25+
Bumps [black](https://github.com/psf/black) from 23.3.0 to 24.3.0.
26+
- [Release notes](https://github.com/psf/black/releases)
27+
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
28+
- [Commits](https://github.com/psf/black/compare/23.3.0...24.3.0)
29+
30+
---
31+
updated-dependencies:
32+
- dependency-name: black
33+
dependency-type: direct:development
34+
...
35+
36+
Signed-off-by: dependabot[bot] <support@github.com>
37+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5257f3d`](https://github.com/AI21Labs/ai21-tokenizer/commit/5257f3d5c712380d857c7a575ffe3ac9966b4427))
38+
39+
* chore(deps-dev): bump python-semantic-release from 8.3.0 to 8.7.0 (#80)
40+
41+
Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.3.0 to 8.7.0.
42+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
43+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
44+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v8.3.0...v8.7.0)
45+
46+
---
47+
updated-dependencies:
48+
- dependency-name: python-semantic-release
49+
dependency-type: direct:development
50+
update-type: version-update:semver-minor
51+
...
52+
53+
Signed-off-by: dependabot[bot] <support@github.com>
54+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
55+
Co-authored-by: Asaf Gardin <147075902+asafgardin@users.noreply.github.com>
56+
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> ([`376894f`](https://github.com/AI21Labs/ai21-tokenizer/commit/376894f7e548e96445234ccf1bde3df331b928cf))
57+
58+
### Ci
59+
60+
* ci: allow running tests and semantic checks on external prs (#93) ([`c08604d`](https://github.com/AI21Labs/ai21-tokenizer/commit/c08604d84deffd911718f568f11d4a4aa37395b3))
61+
62+
### Fix
63+
64+
* fix(deps): bump requests from 2.31.0 to 2.32.2 (#92)
65+
66+
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
67+
- [Release notes](https://github.com/psf/requests/releases)
68+
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
69+
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)
70+
71+
---
72+
updated-dependencies:
73+
- dependency-name: requests
74+
dependency-type: indirect
75+
...
76+
77+
Signed-off-by: dependabot[bot] <support@github.com>
78+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
79+
Co-authored-by: Asaf Joseph Gardin <39553475+Josephasafg@users.noreply.github.com> ([`3216898`](https://github.com/AI21Labs/ai21-tokenizer/commit/321689884f7342f650293eb512aa6f728322b33f))
80+
381
## v0.11.2 (2024-06-20)
482

83+
### Chore
84+
85+
* chore(release): v0.11.2 [skip ci] ([`57e712e`](https://github.com/AI21Labs/ai21-tokenizer/commit/57e712efa7baba2d3ca3742b15794127f08455e9))
86+
587
### Fix
688

789
* fix: add missing space tokens init on jursssic (#89)

ai21_tokenizer/version.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ schema_pattern = "(build|ci|docs|feat|fix|perf|refactor|style|test|chore|revert|
5959

6060
[tool.poetry]
6161
name = "ai21-tokenizer"
62-
version = "0.11.2"
62+
version = "0.11.3"
6363
description = ""
6464
authors = ["AI21 Labs"]
6565
readme = "README.md"

0 commit comments

Comments
 (0)