Skip to content

Commit 87c98a8

Browse files
authored
Merge pull request #1329 from IntersectMBO/release/cardano-cli-10.15.0.0
Release cardano-cli-10.15.0.0
2 parents 5f43075 + 75a0fd3 commit 87c98a8

5 files changed

Lines changed: 25 additions & 7 deletions

File tree

.github/workflows/release-upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ jobs:
159159
derivation+="${{ matrix.arch }}"
160160
;;
161161
"x86_64-linux")
162-
derivation+="x86_64-linux.ghc9122-x86_64-unknown-linux-musl"
162+
derivation+="x86_64-linux.ghc967-x86_64-unknown-linux-musl"
163163
;;
164164
"aarch64-linux")
165-
derivation+="x86_64-linux.ghc9122-aarch64-unknown-linux-musl"
165+
derivation+="x86_64-linux.ghc967-aarch64-unknown-linux-musl"
166166
;;
167167
"win64")
168168
derivation+="x86_64-linux.ghc9122-x86_64-w64-mingw32"

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- you need to run if you change them
1515
index-state:
1616
, hackage.haskell.org 2025-12-02T22:23:29Z
17-
, cardano-haskell-packages 2026-01-29T01:19:14Z
17+
, cardano-haskell-packages 2026-01-30T03:40:53Z
1818

1919
packages:
2020
cardano-cli

cardano-cli/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog for cardano-cli
22

3+
## 10.15.0.0
4+
5+
- Propagate new `TxBodyContent` type
6+
(compatible)
7+
[PR 1309](https://github.com/IntersectMBO/cardano-cli/pull/1309)
8+
9+
- Print estimated transaction fee in `transaction build-estimate`
10+
(feature)
11+
[PR 1325](https://github.com/IntersectMBO/cardano-cli/pull/1325)
12+
13+
- Improved error message for malformed timestamps
14+
(bugfix)
15+
[PR 1324](https://github.com/IntersectMBO/cardano-cli/pull/1324)
16+
17+
- create-testnet-data: use the same k for byron and shelley geneses
18+
(bugfix)
19+
[PR 1318](https://github.com/IntersectMBO/cardano-cli/pull/1318)
20+
321
## 10.14.0.0
422

523
- query stake-address-info now includes the correct cip129 hex format as well as the Ledger State format.

cardano-cli/cardano-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.8
22
name: cardano-cli
3-
version: 10.14.0.0
3+
version: 10.15.0.0
44
synopsis: The Cardano command-line interface
55
description: The Cardano command-line interface.
66
copyright: 2020-2023 Input Output Global Inc (IOG).

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)