Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog for cardano-cli

## 10.15.1.0

- Integrate cardano-cli with cardano-node 10.7 dependencies (ledger, consensus, network changes)
(maintenance, compatible)
[PR 1319](https://github.com/IntersectMBO/cardano-cli/pull/1319)

- Print friendly stderr message when query future-pparams returns null
(feature)
[PR 1344](https://github.com/IntersectMBO/cardano-cli/pull/1344)

- Removed requirement of "current treasury value" in transactions
(compatible)
[PR 1322](https://github.com/IntersectMBO/cardano-cli/pull/1322)

## 10.15.0.1

- Fix supplemental datum propagation in transaction outputs
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.8
name: cardano-cli
version: 10.15.0.1
version: 10.15.1.0
synopsis: The Cardano command-line interface
description: The Cardano command-line interface.
copyright: 2020-2023 Input Output Global Inc (IOG).
Expand Down
Loading