Skip to content

Commit

Permalink
Merge pull request #161 from input-output-hk/piotr/release-bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rvl authored Dec 15, 2021
2 parents 8666e10 + 6c081e2 commit 71006f9
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.7.0] - 2021-12-15

### Added

- Address type in address inspect command.

## [3.6.0] - 2021-09-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion command-line/cardano-addresses-cli.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cabal-version: 1.12
-- hash: fe8e1effc093a193e33c5f0528121c3698c31148687d88b5e0426e874504dfc3

name: cardano-addresses-cli
version: 3.6.0
version: 3.7.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.6.0
version: 3.7.0
github: input-output-hk/cardano-addresses
license: Apache-2.0
author: IOHK
Expand Down
2 changes: 1 addition & 1 deletion core/cardano-addresses.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cabal-version: 1.12
-- hash: 353c6e8826db54054d40e456c6ba169c795c66f18c13b27370dafb4f2ad2132d

name: cardano-addresses
version: 3.6.1
version: 3.7.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.6.1
version: 3.7.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
Expand Up @@ -7,7 +7,7 @@ cabal-version: 3.0
-- hash: 80c299032534b3b108a856c47ce3217e9ff997a28b796ef725eda9ea6f137cc7

name: cardano-addresses-jsapi
version: 3.6.0
version: 3.7.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.6.0",
"version": "3.7.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion jsbits/cardano-addresses-jsbits.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cabal-version: 1.12
-- hash: 3712985859f942f21fd3809cd40779749c19ef8786b4543e3b44c99c495cae48

name: cardano-addresses-jsbits
version: 3.6.0
version: 3.7.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.6.0
version: 3.7.0
github: input-output-hk/cardano-addresses
license: Apache-2.0
author: IOHK
Expand Down

0 comments on commit 71006f9

Please sign in to comment.