Skip to content

Release cardano-rpc-10.1.0.0#1111

Merged
carbolymer merged 2 commits intomasterfrom
release/cardano-rpc-10.1
Mar 11, 2026
Merged

Release cardano-rpc-10.1.0.0#1111
carbolymer merged 2 commits intomasterfrom
release/cardano-rpc-10.1

Conversation

@carbolymer
Copy link
Copy Markdown
Contributor

Changelog

- description: |
    Release cardano-rpc-10.1.0.0
# uncomment types applicable to the change:
  type:
  # - feature        # introduces a new feature
  # - breaking       # the API has changed in a breaking way
  # - compatible     # the API has changed but is non-breaking
  # - optimisation   # measurable performance improvements
  # - refactoring    # QoL changes
  # - bugfix         # fixes a defect
  # - test           # fixes/modifies tests
  # - maintenance    # not directly related to the code
   - release        # related to a new release preparation
  # - documentation  # change in code docs, haddocks...
# uncomment at least one main project this PR is associated with
  projects:
  # - cardano-api
  # - cardano-api-gen
   - cardano-rpc
  # - cardano-wasm

Context

First cardano-rpc release

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. See Running tests for more details
  • Self-reviewed the diff

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the first cardano-rpc release by bumping the package version and updating release-related metadata and notes.

Changes:

  • Bump cardano-rpc package version to 10.1.0.0 and refresh cabal metadata (synopsis/description/categories/copyright).
  • Extend cardano-rpc changelog with recent gRPC/UTxO RPC related entries.
  • Update cardano-wasm copyright 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.

Comment thread cardano-rpc/CHANGELOG.md
Comment thread cardano-rpc/CHANGELOG.md Outdated
[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`
Copy link

Copilot AI Feb 24, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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`

Copilot uses AI. Check for mistakes.
@carbolymer
Copy link
Copy Markdown
Contributor Author

@carbolymer carbolymer self-assigned this Feb 24, 2026
@carbolymer carbolymer force-pushed the release/cardano-rpc-10.1 branch from 6c0f746 to 7f7f661 Compare March 11, 2026 22:11
@carbolymer carbolymer enabled auto-merge March 11, 2026 23:01
@carbolymer carbolymer added this pull request to the merge queue Mar 11, 2026
Merged via the queue into master with commit 034d1d7 Mar 11, 2026
32 checks passed
@carbolymer carbolymer deleted the release/cardano-rpc-10.1 branch March 11, 2026 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants