Skip to content

Commit

Permalink
Merge pull request #200 from input-output-hk/piotr/bump-to-3.12.0
Browse files Browse the repository at this point in the history
Bump version to 3.12.0
  • Loading branch information
piotr-iohk authored Aug 17, 2022
2 parents 2d1904a + 6fdedba commit b4a9765
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 13 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.12.0] - 2022-08-17

### Added

- Supported credential construction from key hashes in both payment and delegation credential. The construction scheme is also supported in CLI.

## [3.11.0] - 2022-06-21

### Added
Expand Down
4 changes: 2 additions & 2 deletions command-line/cardano-addresses-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: 07407dda09a83c5847a8fe316831183837efd430420245d2fca610efa1a94430
-- hash: 34b5b303c1b798988be84010669e1ac947d4a784d11173b4779665fe5e8aa3cc

name: cardano-addresses-cli
version: 3.11.0
version: 3.12.0
synopsis: Utils for constructing a command-line on top of cardano-addresses.
description: Please see the README on GitHub at <https://github.com/input-output-hk/cardano-addresses>
category: Cardano
Expand Down
2 changes: 1 addition & 1 deletion command-line/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-addresses-cli
version: 3.11.0
version: 3.12.0
github: input-output-hk/cardano-addresses
license: Apache-2.0
author: IOHK
Expand Down
6 changes: 3 additions & 3 deletions core/cardano-addresses.cabal
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.34.7.
-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack
--
-- hash: 86912f19e7dacb4916632c2b25bddeb51e1cb689da8f470f34d816a275895da3
-- hash: 683d57ce889099c5714810307f69788b00ca3e71f2ccf6dc2060536507726494

name: cardano-addresses
version: 3.11.0
version: 3.12.0
synopsis: Library utilities for mnemonic generation and address derivation.
description: Please see the README on GitHub at <https://github.com/input-output-hk/cardano-addresses>
category: Cardano
Expand Down
2 changes: 1 addition & 1 deletion core/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-addresses
version: 3.11.0
version: 3.12.0
github: input-output-hk/cardano-addresses
license: Apache-2.0
author: IOHK
Expand Down
2 changes: 1 addition & 1 deletion jsapi/cardano-addresses-jsapi.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-addresses-jsapi
version: 3.11.0
version: 3.12.0
synopsis: Javascript FFI for cardano-addresses.
description: This package provides functions callable from Javascript on top of
which a TypeScript API can be built. It uses the cardano-addresses-ghcjs
Expand Down
2 changes: 1 addition & 1 deletion jsapi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jsapi/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.11.0",
"version": "3.12.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions jsbits/cardano-addresses-jsbits.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ cabal-version: 1.12
--
-- see: https://github.com/sol/hpack
--
-- hash: a442cb827a84812d40a409784949793efa93be36e66bf288238e220660337bc0
-- hash: 3c883d8e7191310cae0d5ad89a1b8a76a85cde64190e736c0f7f11c96bdcf49d

name: cardano-addresses-jsbits
version: 3.11.0
version: 3.12.0
synopsis: Javascript code for ghcjs build of cardano-addresses.
description: This package supports ghcjs compilation of cardano-addresses with
Javascript wrappers and Emscripten builds of the cryptonite C
Expand Down
2 changes: 1 addition & 1 deletion jsbits/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-addresses-jsbits
version: 3.11.0
version: 3.12.0
github: input-output-hk/cardano-addresses
license: Apache-2.0
author: IOHK
Expand Down

0 comments on commit b4a9765

Please sign in to comment.