v0.1.2
Fixed an issue where generated CRDs contain --- in property descriptions. This caused the resource split to do the split prematurely, resulting in a YAML parse error.
This happens when the API structs use metav1.Condition in their Status field.
The resource split has been adjusted to check for a line break, "---\n" to fix this issue.