Skip to content

Commit c7cb612

Browse files
committed
Bump version to 1.34.0
1 parent 7296220 commit c7cb612

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,24 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
2626

2727
### Fixes and improvements
2828

29+
## [v1.34.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.34.0) (2022-09-13)
30+
31+
### Changes
32+
33+
* [Python] Wheels are now built under `manylinux2014` and requires `pip` >= 19.3 for installation
34+
35+
### New features
36+
37+
* [Python] Build wheels for Python 3.11
38+
39+
### Fixes and improvements
40+
41+
* Improve error handling when reading token frequencies in the vocabulary file
42+
* [Python] Fix possible crash when `pyonmttok` is imported before `torch`
43+
* [Python] Update ICU to 71.1
44+
* [C++] Fix static compilation with `-DBUILD_SHARED_LIBS=OFF`
45+
* [C++] Fix CMake warning when compiling the tests
46+
2947
## [v1.33.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.33.0) (2022-08-29)
3048

3149
### New features

bindings/python/pyonmttok/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "1.33.0"
3+
__version__ = "1.34.0"

0 commit comments

Comments
 (0)