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
andprotobuf::compiler
modules are now largely complete, while the bindings in the top-levelprotobuf
module are very sparse. Theprotobuf::util
module is entirely absent.
Initial release.