diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b97051..e0790f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -# v0.1.7 +# v0.1.9 + +- Implement Versionize for i128 and u128 + +# v0.1.8 + +- Fixed VersionMap not implementing Sync + Send in 0.1.7 + +# v0.1.7 [yanked] - Use caret requirements instead of comparison requirements for specifying dependencies diff --git a/Cargo.toml b/Cargo.toml index 8ebbead..3d0baea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versionize" -version = "0.1.8" +version = "0.1.9" license = "Apache-2.0" authors = ["Amazon Firecracker team "] description = "A version tolerant serialization/deserialization framework."