v1.2.0 minor changes:
- Support Google's Any type (google.protobuf.Any).
- Introduced common basic exception type (
ProtocolBufferBuilderException
) in case users want to catch them. - Support for rendering a comment on the top of a *.proto file.
- Bugfix: adding a nested message checks that the name not already exists now.