Bump version to v3.0.0#6425
Conversation
| [package] | ||
| name = "hello-solana-program" | ||
| version = "2.3.0" | ||
| version = "3.0.0" |
There was a problem hiding this comment.
This is fine, for consistency, but these crates aren't published and we are probably going to refactor a lot of the svm examples and tests stuff soon. Just flagging.
There was a problem hiding this comment.
Understood. Right now, the scrip just picks up all Cargo.toml files. I think it is fine to march these along, but it would be nice to get this ripped out before we publish v3.0 crates (which won't be for a couple months probably)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6425 +/- ##
=========================================
- Coverage 82.8% 82.8% -0.1%
=========================================
Files 847 847
Lines 379486 379497 +11
=========================================
- Hits 314511 314332 -179
- Misses 64975 65165 +190 🚀 New features to boost your workflow:
|
|
Some of the downstream SPL checks failed, looks like it is having trouble picking a version since SPL depends on some crates from this monorepo: Namely, this being locked looks to be problematic: |
| ] | ||
| [workspace.package] | ||
| version = "2.3.0" | ||
| version = "3.0.0" |
There was a problem hiding this comment.
Making a note - this didn't get picked up when I ran:
./scripts/increment-cargo-version.sh major
brooksprumo
left a comment
There was a problem hiding this comment.
Approving because it unblocks a lot of other work. We have lots of time to fix/investigate any dependency versions before there's a release.
Problem
Update the version in master to
v3.0.0given that thev2.3branch now exists