Commit 8f7ee83
authored
chore: bump version to 0.3.2 for new release (#230)
* fix: use workspace-level release instead of explicit packages
The 'no packages selected' error occurs when using --package flags with
shared-version=true. Since we have shared-version configured in release.toml,
we should run cargo-release at the workspace level without explicit package
selection.
* fix: add comprehensive cargo-release debugging and auth verification
- Add explicit crates.io authentication verification step
- Test token validity with cargo login and dry-run publish
- Verify all packages can be published before attempting release
- Add detailed debugging output for cargo-release operations
- Show package detection and metadata when release fails
- Add failure analysis to identify common issues
- Set RUST_LOG=cargo_release=debug for verbose output
- Use cargo release --list to preview what will be released
* chore: bump version to 0.3.2 for new release
The 0.3.1 version is already published on crates.io, so we need
to bump to 0.3.2 to allow cargo-release to publish successfully.1 parent 72d9b13 commit 8f7ee83
3 files changed
+95
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 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 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
66 | 120 | | |
67 | 121 | | |
68 | 122 | | |
| |||
77 | 131 | | |
78 | 132 | | |
79 | 133 | | |
80 | | - | |
| 134 | + | |
| 135 | + | |
81 | 136 | | |
82 | 137 | | |
83 | 138 | | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
84 | 161 | | |
85 | | - | |
| 162 | + | |
| 163 | + | |
86 | 164 | | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 165 | + | |
91 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
92 | 177 | | |
93 | 178 | | |
94 | 179 | | |
| |||
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 | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments