bump version

This commit is contained in:
Marcin Junczys-Dowmunt 2019-11-25 17:49:34 -08:00
parent 93b7ed80fe
commit 9e090e3472
2 changed files with 2 additions and 1 deletions

View File

@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed
- Fixed multiple reduction kernels on GPU
- Fixed guided-alignment training with cross-entropy
- Replace IntrusivePtr with std::uniq_ptr in FastOpt, fixes random segfaults
due to thread-non-safty of reference counting.
- Make sure that items are 256-byte aligned during saving

View File

@ -1 +1 @@
v1.8.22
v1.8.23