Skip to content

Commit

Permalink
Bump version to 1.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumekln committed May 22, 2020
1 parent dac7455 commit e48951b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ The project follows [semantic versioning 2.0.0](https://semver.org/). The API co

### Fixes and improvements

## [v1.18.4](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.18.4) (2020-05-22)

### Fixes and improvements

* Fix segmentation fault on `cli/tokenize` exit
* Ignore empty tokens during detokenization
* When writing to a file, avoid flushing the output stream on each line
* Update `cli/CMakeLists.txt` to mark Boost.ProgramOptions as required

## [v1.18.3](https://github.com/OpenNMT/Tokenizer/releases/tag/v1.18.3) (2020-03-09)

### Fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _maybe_add_library_root(lib_name, header_only=False):

setup(
name="pyonmttok",
version="1.18.3",
version="1.18.4",
license="MIT",
description="OpenNMT tokenization library",
author="OpenNMT",
Expand Down

0 comments on commit e48951b

Please sign in to comment.