New
v3.0.1
Important part
- Evolution of the build system
- RunProtoc has one less parameter (that was actually useless in the first place)
- protoc is recovered using lazy dependencies in build.zig.zon, making it more secure and with no dependencies such as unzip or curl
What's Changed
- docs(generated-code): Added documentation to generated code by @Arwalk in https://github.com/Arwalk/zig-protobuf/pull/134
- docs(readme): Update link to latest release by @Arwalk in https://github.com/Arwalk/zig-protobuf/pull/136
- Escape union description table field name by @Arwalk, @mochalins in https://github.com/Arwalk/zig-protobuf/pull/129
- Add basic benchmarking by @Arwalk in https://github.com/Arwalk/zig-protobuf/pull/135
- Create CONTRIBUTING.md, add Pull Request Etiquette by @menduz in https://github.com/Arwalk/zig-protobuf/pull/126
- use build.zig.zon to download protoc by @menduz in https://github.com/Arwalk/zig-protobuf/pull/138
Full Changelog: https://github.com/Arwalk/zig-protobuf/compare/v3.0.0...v3.0.1