-
Notifications
You must be signed in to change notification settings - Fork 4
chore: release #219
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
chore: release #219
Conversation
83990f4 to
b147871
Compare
gregorydemay
left a comment
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.
Thanks for preparing the release notes, some minor comments.
libs/client/CHANGELOG.md
Outdated
|
|
||
| ### Changed | ||
|
|
||
| - Replace forked `solana-*` crates by latest releases ([#197](https://github.com/dfinity/sol-rpc-canister/pull/197)) |
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.
nit: maybe it's worth pointing out that these use the "official" solana crates and that the patch section is no longer necessary. E.g.
| - Replace forked `solana-*` crates by latest releases ([#197](https://github.com/dfinity/sol-rpc-canister/pull/197)) | |
| - Replace forked `solana-*` crates by the corresponding ones in `solana_sdk` version `3.0.0`. The `patch.crates-io` section in `Cargo.toml` is therefore no longer necessary and can be removed. ([#197](https://github.com/dfinity/sol-rpc-canister/pull/197)) |
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.
I wasn't quite sure how verbose we want to be in the CHANGELOG, your suggestion is good! Done (in CHANGELOGs + PR description).
🤖 New release
sol_rpc_types: 2.0.0 -> 3.0.0sol_rpc_canister: 1.1.0 -> 1.2.0sol_rpc_client: 2.0.0 -> 3.0.0Changelog
sol_rpc_typessol_rpc_canistersol_rpc_clientThis PR was generated with release-plz.