Commit a69d1f1
fix: simplify release-please config for independent crate versioning (#14)
* fix: simplify release-please config for independent crate versioning
Enable component-in-tag for per-crate tags, remove extra-files that
synced versions to workspace Cargo.toml (cargo-workspace plugin handles
this), and remove linked-versions plugin to allow independent versioning.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: export CachedBadge and CacheKey from ans-verify public API
These types were used in public BadgeCache method signatures but never
re-exported, making them inaccessible to consumers and causing broken
doc links to CachedBadge::is_valid.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 012449a commit a69d1f1
2 files changed
Lines changed: 6 additions & 37 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 9 | + | |
22 | 10 | | |
23 | 11 | | |
24 | 12 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 13 | + | |
33 | 14 | | |
34 | 15 | | |
35 | 16 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 17 | + | |
44 | 18 | | |
45 | 19 | | |
46 | 20 | | |
47 | 21 | | |
48 | 22 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 23 | | |
55 | 24 | | |
56 | | - | |
| 25 | + | |
0 commit comments