Skip to content

Commit

Permalink
Merge pull request #807 from IntersectMBO/release/cardano-cli-8.25.0.0
Browse files Browse the repository at this point in the history
Release 8.25.0.0
  • Loading branch information
smelc authored Jul 2, 2024
2 parents e4c0f56 + 02ef327 commit c24a488
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog for cardano-cli

## 8.24.0.0
## 8.25.0.0

- Add --current-treasury-value and --treasury-donation to transaction build and friends
(feature, breaking)
[PR 778](https://github.com/IntersectMBO/cardano-cli/pull/778)

- Update cardano-api to 8.49.0.0
(compatible)
[PR 804](https://github.com/IntersectMBO/cardano-cli/pull/804)

- Make `--fee` mandatory in legacy transaction build-raw
(breaking, bugfix)
[PR 797](https://github.com/IntersectMBO/cardano-cli/pull/797)

## 8.24.0.0

- Pre-integration for cardano-node 8.12 release
`cardano-cli transaction build ... --calculate-plutus-script-cost` now returns the execution logs of the scripts
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-cli
version: 8.24.0.0
version: 8.25.0.0
synopsis: The Cardano command-line interface
description: The Cardano command-line interface.
copyright: 2020-2023 Input Output Global Inc (IOG).
Expand Down

0 comments on commit c24a488

Please sign in to comment.