Release cardano-rpc-10.1.0.0#1111
Merged
carbolymer merged 2 commits intomasterfrom Mar 11, 2026
Merged
Conversation
2e65b59 to
6c0f746
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the first cardano-rpc release by bumping the package version and updating release-related metadata and notes.
Changes:
- Bump
cardano-rpcpackage version to10.1.0.0and refresh cabal metadata (synopsis/description/categories/copyright). - Extend
cardano-rpcchangelog with recent gRPC/UTxO RPC related entries. - Update
cardano-wasmcopyright year.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
cardano-wasm/cardano-wasm.cabal |
Updates copyright year to 2026. |
cardano-rpc/cardano-rpc.cabal |
Bumps version to 10.1.0.0 and improves package synopsis/description/categories. |
cardano-rpc/CHANGELOG.md |
Adds release notes entries, but needs alignment/cleanup for the 10.1.0.0 release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| [PR 1080](https://github.com/IntersectMBO/cardano-api/pull/1080) | ||
|
|
||
| - Add `SerialiseAsRawBytes Word64` instance to `Cardano.Api.Serialise.Raw` | ||
| Add `Text reexport to `Cardano.Api.Pretty. Add `DecoderError` reexport to `Cardano.Api.Serialise.Cbor` |
There was a problem hiding this comment.
This changelog entry has broken backtick formatting and a grammatical typo (missing closing backtick around Text, and "reexport" reads awkwardly). Please fix the inline code formatting so module names/types render correctly in Markdown.
Suggested change
| Add `Text reexport to `Cardano.Api.Pretty. Add `DecoderError` reexport to `Cardano.Api.Serialise.Cbor` | |
| Add `Text` re-export to `Cardano.Api.Pretty`. Add `DecoderError` re-export to `Cardano.Api.Serialise.Cbor` |
Contributor
Author
Jimbo4350
approved these changes
Mar 4, 2026
Jimbo4350
approved these changes
Mar 4, 2026
6c0f746 to
7f7f661
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog
Context
First cardano-rpc release
Checklist