-
Notifications
You must be signed in to change notification settings - Fork 72
chore: release v19.0.0 #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR prepares the release of version 19.0.0 of the filecoin-proofs-api crate. The release includes bug fixes related to cache clearing functionality and layer data handling.
Key changes:
- Version bump from 18.1.0 to 19.0.0 across package and dependencies
- Updated changelog with release notes documenting the included fixes
- Updated version references for proper semantic versioning links
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
Cargo.toml | Updates package version to 19.0.0 and bumps dependency versions |
CHANGELOG.md | Adds 19.0.0 release entry with fix descriptions and updates version links |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally it looks OK, it depends on your workflow. I personally don't bump versions manually, but let cargo release
figure it out. Though both ways work (e.g. the rust-libp2p team does manual version bumping).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also @galargh FYI we may be able to push forward soon with the auto-release process we were working on previously, see filecoin-project/ref-fvm#2185
That's really useful info! Thanks 🙏 I also realised that I won't be able to complete the release because:
So, as an alternative to this PR, I put together a workflow that runs To complete the release we can either do that or we have to find someone who'd be able to complete the process on their own machine. @BigLep WDYT? |
No description provided.