Bump version from 0.29.0 to 0.30.0 - #116
Conversation
|
Superseded by #117, which carries this exact change plus the two things that make it pass CI. Closing rather than fixing in place, because the branch would need all three anyway. Why this one goes redThe bump is correct as far as it goes — it just cannot stand alone. [workspace.package]
version = "0.30.0" # this PR changes this one
[workspace.dependencies]
varve-core = { path = "crates/varve-core", version = "0.29.0" } # and not this oneWith those disagreeing, And because Not an obvious trap: I hit the identical one cutting v0.29.0, and again last week when adding What #117 does instead
21/21 green there. |
No description provided.