Skip to content

Commit

Permalink
Merge pull request #565 from IntersectMBO/release/cardano-api-8.49.0.0
Browse files Browse the repository at this point in the history
Release cardano-api-8.49.0.0
  • Loading branch information
smelc authored Jun 28, 2024
2 parents e5e1f91 + d280689 commit a1f392b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions cardano-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog for cardano-api

## 8.49.0.0

- Make the query used by the CLI's `transaction build` return the current treasury value, so that command to do treasury donation doesn't require the user to pass it. Corresponding CLI PR: https://github.com/IntersectMBO/cardano-cli/pull/778
(feature, breaking)
[PR 557](https://github.com/IntersectMBO/cardano-api/pull/557)

- Small improvements to queries
(breaking, refactoring)
[PR 559](https://github.com/IntersectMBO/cardano-api/pull/559)

## 8.48.0.1

- Deserialize `ouroboros-consensus`'s `PoolDistr` instead of `cardano-ledger`'s `PoolDist` to maintain backwards compatibility with the `PoolDistr` query. This is needed because `cardano-ledger`'s `PoolDistr` datatype has changed.
Expand Down
2 changes: 1 addition & 1 deletion cardano-api/cardano-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-api
version: 8.48.0.1
version: 8.49.0.0
synopsis: The cardano API
description: The cardano API.
category: Cardano,
Expand Down

0 comments on commit a1f392b

Please sign in to comment.