Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

50 lines (32 loc) · 1.88 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.1 - 2024-06-11

  • Use double-quotes for #include statements in C headers for non-system files.

0.3.0 - 2024-05-13

  • Upgrade to protobuf-src v2.0.0+26.1.

0.2.2 - 2024-02-13

  • Fix linking by adding the DeleteCodedOutputStream function.

0.2.1+3.19.1 - 2022-01-18

  • Fix the file descriptor traversal in SourceTreeDescriptorDatabase::build_file_descriptor_set to avoid duplicating already-visited file descriptors.

0.2.0+3.19.1 - 2022-01-18

  • Add initial bindings. The bindings in the protobuf::io and protobuf::compiler modules are now largely complete, while the bindings in the top-level protobuf module are very sparse. The protobuf::util module is entirely absent.

0.1.0+3.19.1 - 2021-12-23

Initial release.