We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a48e0 commit f52d387Copy full SHA for f52d387
CHANGELOG.md
@@ -1,4 +1,12 @@
1
-# v0.1.7
+# v0.1.9
2
+
3
+- Implement Versionize for i128 and u128
4
5
+# v0.1.8
6
7
+- Fixed VersionMap not implementing Sync + Send in 0.1.7
8
9
+# v0.1.7 [yanked]
10
11
- Use caret requirements instead of comparison requirements
12
for specifying dependencies
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 <firecracker-devel@amazon.com>"]
description = "A version tolerant serialization/deserialization framework."
0 commit comments