Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 3.11.0 #190

Merged
merged 3 commits into from
Jun 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ defaults:

on:
push:
branches:
- main
branches: [ "master" ]
pull_request:

jobs:
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.11.0] - 2022-06-21

### Added

- Compatibility with Aeson 2 library.

## [3.10.0] - 2022-05-26

### Added
Expand Down
6 changes: 3 additions & 3 deletions command-line/cardano-addresses-cli.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: cef07e7a8f26edc0bd537bd1c628f023e8e5c6c251b2f3da50caa85026ada448
-- hash: 07407dda09a83c5847a8fe316831183837efd430420245d2fca610efa1a94430

name: cardano-addresses-cli
version: 3.10.0
version: 3.11.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.10.0
version: 3.11.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: 71777847181ac1ed3a185c266d10fd57f8a0262f63c0976da3b9d6526f923038
-- hash: 86912f19e7dacb4916632c2b25bddeb51e1cb689da8f470f34d816a275895da3

name: cardano-addresses
version: 3.10.0
version: 3.11.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.10.0
version: 3.11.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.10.0
version: 3.11.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.10.0",
"version": "3.11.0",
"license": "Apache-2.0",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions jsbits/cardano-addresses-jsbits.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: 2f50e2556a90c73fc40dc2be6ca4ddc5845e10be0b7c7583b69a7002677fc55d
-- hash: a442cb827a84812d40a409784949793efa93be36e66bf288238e220660337bc0

name: cardano-addresses-jsbits
version: 3.10.0
version: 3.11.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.10.0
version: 3.11.0
github: input-output-hk/cardano-addresses
license: Apache-2.0
author: IOHK
Expand Down