Commit fcb4901
authored
Prepare v0.3.0 release (#24)
Release-prep changes for v0.3.0: version bump, changelog, docs, and
gitignore.
## Changes
- **Version bump** `0.2.0` → `0.3.0` in workspace `Cargo.toml` and all
path-dependency pins (`buffa-build`, `buffa-codegen`,
`protoc-gen-buffa`, `protoc-gen-buffa-packaging`).
- **CHANGELOG.md**: cut the `[0.3.0]` section from `[Unreleased]` and
added entries for #7 (proto comments → rustdoc), #8 (`buffa-descriptor`
crate), #15 (`clippy::use_self`), #17 (write-if-changed), #20
(synthetic-oneof collision fix), #21 (`MAX_FIELD_NUMBER`), plus a
placeholder `#TBD` for the rustdoc sanitization fix. The
extensions/textproto/TypeRegistry entries were already present.
- **README.md**: updated version pin example to `0.3`; reworded the
reflection bullet now that `buffa-descriptor` exists as a published
crate.
- **docs/guide.md**: updated all `0.1`/`v0.2.0` version strings to
`0.3`/`v0.3.0`.
- **.gitignore**: added `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 `#TBD` placeholder in CHANGELOG.md should be replaced with
its real number before this is merged.
## Publish notes
`buffa-descriptor` is a **new** crate in this release. crates.io has no
pending-publisher mechanism, so its first publish via the tag-triggered
`publish-crates.yml` workflow will fail OIDC auth. Set
`CARGO_REGISTRY_TOKEN` in 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
- [x] `task lint` clean
- [x] `task test` passing
- [x] `task lint-md` clean
- [x] `cargo metadata` shows all workspace crates at 0.3.0
- [x] Replace `#TBD` in CHANGELOG.md with the rustdoc-fix PR number1 parent 48e9426 commit fcb4901
File tree
20 files changed
+258
-213
lines changed- .github/workflows
- benchmarks/charts
- buffa-build
- buffa-codegen
- buffa/src
- docs
- protoc-gen-buffa-packaging
- protoc-gen-buffa
20 files changed
+258
-213
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
64 | 99 | | |
65 | 100 | | |
66 | 101 | | |
| |||
187 | 222 | | |
188 | 223 | | |
189 | 224 | | |
190 | | - | |
| 225 | + | |
| 226 | + | |
191 | 227 | | |
192 | 228 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
36 | 44 | | |
37 | 45 | | |
38 | 46 | | |
39 | | - | |
| 47 | + | |
40 | 48 | | |
41 | 49 | | |
42 | 50 | | |
| |||
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
55 | | - | |
| 63 | + | |
56 | 64 | | |
57 | 65 | | |
58 | 66 | | |
| |||
146 | 154 | | |
147 | 155 | | |
148 | 156 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
155 | 163 | | |
156 | 164 | | |
157 | 165 | | |
| |||
161 | 169 | | |
162 | 170 | | |
163 | 171 | | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
170 | 178 | | |
171 | 179 | | |
172 | 180 | | |
| |||
178 | 186 | | |
179 | 187 | | |
180 | 188 | | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
185 | 193 | | |
186 | 194 | | |
187 | 195 | | |
| |||
193 | 201 | | |
194 | 202 | | |
195 | 203 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
200 | 208 | | |
201 | 209 | | |
202 | 210 | | |
| |||
Loading
0 commit comments