Skip to content

Commit

Permalink
Merge pull request #847 from IntersectMBO/release/cardano-cli-9.2.1.0
Browse files Browse the repository at this point in the history
Release cardano-cli-9.2.1.0
  • Loading branch information
carbolymer authored Jul 24, 2024
2 parents 255d2b1 + e636024 commit e77529e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ Haddock documentation is available at: https://cardano-cli.cardano.intersectmbo.
[![aarch64-darwin](https://img.shields.io/endpoint?url=https://ci.iog.io/job/IntersectMBO-cardano-cli/main/aarch64-darwin.required/shield&style=flat-square&label=aarch64-darwin)](https://ci.iog.io/job/IntersectMBO-cardano-cli/main/aarch64-darwin.required)
[![GHA Build](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/haskell.yml?branch=main&label=GHA%20Build&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/haskell.yml?query=branch%3Amain)
[![Haddock](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/github-page.yml?branch=main&label=Haddocks&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/github-page.yml?query=branch%3Amain)
[![Release Upload](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/release-upload.yaml?label=GH%20Release%20Upload&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/release-upload.yaml)
[![Release Upload](https://img.shields.io/github/actions/workflow/status/intersectmbo/cardano-cli/release-upload.yml?label=GH%20Release%20Upload&style=flat-square)](https://github.com/IntersectMBO/cardano-cli/actions/workflows/release-upload.yml)

13 changes: 13 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog for cardano-cli

## 9.2.1.0

- Add "query treasury" command
(feature, compatible)
[PR 845](https://github.com/IntersectMBO/cardano-cli/pull/845)

- Relax requirement of supplying datums to plutus spending scripts
Add flags to enable use of reference scripts with voting and proposing scripts
- `--vote-tx-in-reference`
- `--proposal-tx-in-reference`
(feature, compatible)
[PR 822](https://github.com/IntersectMBO/cardano-cli/pull/822)

## 9.2.0.0

- Make `genesis`: `create`, `create-staked` and `create-cardano` commands accept optional era parameters.
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.4
name: cardano-cli
version: 9.2.0.0
version: 9.2.1.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 e77529e

Please sign in to comment.