Conversation
- Bump workspace version 0.2.0 -> 0.3.0 across all Cargo.toml files - CHANGELOG: cut [0.3.0] section, add entries for #7, #8, #15, #17, #20, #21, and the rustdoc sanitization fix; update compare links - README: update version pin example; reword reflection status now that buffa-descriptor exists - docs/guide.md: update all version strings (0.1/0.2 -> 0.3) - .gitignore: add benchmarks/datasets/hyperpb/
asacamano
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release-prep changes for v0.3.0: version bump, changelog, docs, and gitignore.
Changes
0.2.0→0.3.0in workspaceCargo.tomland all path-dependency pins (buffa-build,buffa-codegen,protoc-gen-buffa,protoc-gen-buffa-packaging).[0.3.0]section from[Unreleased]and added entries for Add protobuf source comment support to generated Rust code #7 (proto comments → rustdoc), Extract descriptor types into buffa-descriptor crate #8 (buffa-descriptorcrate), Emit Self in generated code for clippy::use_self compliance #15 (clippy::use_self), Use write-if-changed pattern in buffa-build to avoid unnecessary recompilation #17 (write-if-changed), Skip synthetic oneofs in nested type collision check #20 (synthetic-oneof collision fix), Extract MAX_FIELD_NUMBER constant #21 (MAX_FIELD_NUMBER), plus a placeholder#TBDfor the rustdoc sanitization fix. The extensions/textproto/TypeRegistry entries were already present.0.3; reworded the reflection bullet now thatbuffa-descriptorexists as a published crate.0.1/v0.2.0version strings to0.3/v0.3.0.benchmarks/datasets/hyperpb/.Dependencies
This PR should land after the rustdoc sanitization fix (PR #25, merged) so the v0.3.0 tag has a working docs.rs build. Once that PR merges, the
#TBDplaceholder in CHANGELOG.md should be replaced with its real number before this is merged.Publish notes
buffa-descriptoris a new crate in this release. crates.io has no pending-publisher mechanism, so its first publish via the tag-triggeredpublish-crates.ymlworkflow will fail OIDC auth. SetCARGO_REGISTRY_TOKENin the repo secrets before tagging (or rerun the failed job after setting it — the workflow is idempotent), then configure Trusted Publishing on crates.io for subsequent releases.Checklist
task lintcleantask testpassingtask lint-mdcleancargo metadatashows all workspace crates at 0.3.0#TBDin CHANGELOG.md with the rustdoc-fix PR number