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 dc8d441 commit 30b9930Copy full SHA for 30b9930
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# v0.1.4
2
+
3
+- Added more documentation and examples.
4
5
+# v0.1.3
6
7
+- Updated documentation.
8
9
# v0.1.2
10
11
- Removed union serialization support.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "versionize_derive"
-version = "0.1.3"
+version = "0.1.4"
license = "Apache-2.0"
authors = ["Amazon Firecracker team <[email protected]>"]
description = "Implements the Versionize derive proc macro."
0 commit comments