We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab57ce2 commit b50c743Copy full SHA for b50c743
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.1.3
2
+
3
+- Added extra validations in VersionMap::get_type_version().
4
5
# v0.1.2
6
7
- Improved edge cases handling for Vec serialization and deserialization.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "versionize"
-version = "0.1.2"
+version = "0.1.3"
license = "Apache-2.0"
authors = ["Amazon Firecracker team <[email protected]>"]
description = "A version tolerant serialization/deserialization framework."
0 commit comments