- Note: Template is the introduction method that changes
- OLD: `from protobuf_to_pydantic.desc_template import DescTemplate`
- NEW: `from protobuf_to_pydantic.template import Template`
- Feat, Plugin config support pkg config
- Feat, Support all field can be set optional
- Fix, `check_one_of` not support alias field(67)
- Fix, Fixed the issue that some message references could not be parsed properly
- Refactor, Refactored the internal implementation and changed the directory name(Prepare for version 4.0)