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 874db7e commit fe8161eCopy full SHA for fe8161e
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# v0.1.5
2
+
3
+- Added more documentation and examples.
4
5
# v0.1.4
6
7
- Removed Versionize proc macro support for unions. Serializing unions can lead to undefined behaviour especially when no
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "versionize"
-version = "0.1.4"
+version = "0.1.5"
license = "Apache-2.0"
authors = ["Amazon Firecracker team <[email protected]>"]
description = "A version tolerant serialization/deserialization framework."
0 commit comments