Skip to content

Releases: Arwalk/zig-protobuf

v1.0.6

15 Jun 20:16
7c49ed6
Compare
Choose a tag to compare

This releases fixes the build system for zig 0.13.0.

What's Changed

New Contributors

Additional Thanks

@Natoandro
@HendrikJanssen

Full Changelog: v1.0.5...v1.0.6

v1.0.5

07 Jun 21:14
9dd4eef
Compare
Choose a tag to compare

This release brings support for zig 0.13.0.

No functionality changes.

v1.0.4

21 Apr 15:39
3e55a9a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.3...v1.0.4

v1.0.3

13 Mar 21:01
bb4b67b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

28 Dec 12:55
82fb770
Compare
Choose a tag to compare

What's Changed

  • add .dupe(allocator) to every message and default values by @menduz in #23
  • feature: self contained, auto installing protoc and programatic usage from build.zig, enable zig package manager by @menduz in #26
  • chore: update to latest Zig in master (0.12.0-dev.1695+e4977f3e8) by @NefixEstrada in #28
  • Update to latest zig + fix zig build test first pass by @Arwalk in #29

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1 Update to latest zig compiler

09 Sep 18:29
1d55bb6
Compare
Choose a tag to compare

This is a minor release representing compatibility with the latest used version of zig to compile this project, which is 0.12.0-dev.293+f33bb0228

Compilation fix in #24 by @jcalabro .

v1.0.0

01 Aug 16:50
4f7724f
Compare
Choose a tag to compare

First release

This is zig-protobuf's first complete release.

This implementation of protocol buffers should be able to handle every scalar type. See README for usage.

An enormous thank to @menduz for making this possible.