Skip to content

Commit

Permalink
Merge pull request #173 from input-output-hk/piotr/bump-3.9.0
Browse files Browse the repository at this point in the history
Bump version from 3.8.0 to 3.9.0
  • Loading branch information
piotr-iohk authored Mar 8, 2022
2 parents c6472d2 + d79daca commit 8bf9890
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.9.0] - 2022-03-08

### Added

- Support for policy key derivation and hashing according to [CIP-1855](https://cips.cardano.org/cips/cip1855/).

## [3.8.0] - 2022-02-11

### 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: 3512e1fadf0c32f4be17a1fadc962e8c47818fdde6fd07f0f1a504a6212a98e5
-- hash: 124a4ea61088aa3d8c7931baab02612c3c18205b633a58edb8845f030cc3992d

name: cardano-addresses-cli
version: 3.8.0
version: 3.9.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.8.0
version: 3.9.0
github: input-output-hk/cardano-addresses
license: Apache-2.0
author: IOHK
Expand Down
4 changes: 2 additions & 2 deletions core/cardano-addresses.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: a630e24949e30ca4d40aed7cf07f9f3462dbc8d9746f6c7f451cb8614164737d
-- hash: 80f6295f48759941b22d35f723f69bf089af398e8dc34eb87e4a1f23c243934b

name: cardano-addresses
version: 3.8.0
version: 3.9.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.8.0
version: 3.9.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.8.0
version: 3.9.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.8.0",
"version": "3.9.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: ac01f98f4de50a522b7da05f3913a4c6c5c486125f2d3c7bc05754027dec0c31
-- hash: b57f2d5944cb27e6767bab1afe455f744fd3037f06c65d70d20e096f28b4abed

name: cardano-addresses-jsbits
version: 3.8.0
version: 3.9.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.8.0
version: 3.9.0
github: input-output-hk/cardano-addresses
license: Apache-2.0
author: IOHK
Expand Down

0 comments on commit 8bf9890

Please sign in to comment.