Releases: danieldk/sentencepiece
Releases · danieldk/sentencepiece
0.8.2
0.8.1
0.8.0
- Update to prost 0.8. This version contains a security fix: https://github.com/tokio-rs/prost/releases/tag/v0.8.0
- Relicense under Apache License version 2 or MIT License
0.7.1
0.7.0
0.6.0
Protobuf handling changes
- Replace
protobuf
byprost-derive
. This allows us to use nicer types on the Rust side. Also,protoc
is not requirement anymore. - Improve
SentencePieceError
.SentencePieceError
is now also non-exhaustive.