We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b5ad8 commit 003e7daCopy full SHA for 003e7da
CHANGELOG.md
@@ -26,6 +26,17 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co
26
27
### Fixes and improvements
28
29
+## [v1.35.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.35.0) (2022-12-06)
30
+
31
+### New features
32
33
+* [Python] Add pickling support to `pyonmttok.Vocab`
34
35
+### Fixes and improvements
36
37
+* Update pybind11 to 2.10.1
38
+* Update cibuildwheel to 2.11.2
39
40
## [v1.34.0](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.34.0) (2022-09-13)
41
42
### Changes
bindings/python/pyonmttok/version.py
@@ -1,3 +1,3 @@
1
"""Version information."""
2
3
-__version__ = "1.34.0"
+__version__ = "1.35.0"
0 commit comments