Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit e42a115

Browse files
committed
release 3.2.0 version bump
* See release notes for details * This release only affects cardano-sl as a library for proxy * No end users need or should upgrade to this release
1 parent 7c968d8 commit e42a115

File tree

63 files changed

+64
-64
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+64
-64
lines changed

CHANGELOG.md

+2-2

auxx/cardano-sl-auxx.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-auxx
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - Auxx
44
description: Cardano SL - Auxx
55
license: Apache-2.0

binary/cardano-sl-binary.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-binary
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - binary serialization
44
description: This package defines a type class for binary serialization,
55
helpers and instances.

binary/test/cardano-sl-binary-test.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-binary-test
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - binary serializarion (tests)
44
description: This package contains test helpers for cardano-sl-binary.
55
license: Apache-2.0

chain/cardano-sl-chain.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-chain
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - transaction processing
44
description: Cardano SL - transaction processing
55
license: Apache-2.0

chain/test/cardano-sl-chain-test.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-chain-test
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - arbitrary instances for cardano-sl-chain
44
description: Cardano SL - arbitrary instances for cardano-sl-chain
55
license: Apache-2.0

client/cardano-sl-client.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-client
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL client modules
44
description: Cardano SL client modules
55
license: Apache-2.0

cluster/cardano-sl-cluster.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-cluster
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Utilities to generate and run cluster of nodes
44
description: See README
55
homepage: https://github.com/input-output-hk/cardano-sl/cluster/README.md

core/cardano-sl-core.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-core
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - core
44
description: Cardano SL - core
55
license: Apache-2.0

core/test/cardano-sl-core-test.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-core-test
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - core functionality (tests)
44
description: QuickCheck Arbitrary instances for the Cardano SL core
55
functionality.

crypto/cardano-sl-crypto.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-crypto
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - cryptography primitives
44
description: This package contains cryptography primitives used in Cardano SL.
55
license: Apache-2.0

crypto/test/cardano-sl-crypto-test.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-crypto-test
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - arbitrary instances for cardano-sl-crypto
44
description: This package contains arbitrary instances for the cryptography primitives used in Cardano SL.
55
license: Apache-2.0

db/cardano-sl-db.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-db
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - basic DB interfaces
44
description: Cardano SL - basic DB interfaces
55
license: Apache-2.0

db/test/cardano-sl-db-test.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-db-test
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - arbitrary instances for cardano-sl-db
44
description: Cardano SL - arbitrary instances for cardano-sl-db
55
license: Apache-2.0

explorer/cardano-sl-explorer.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-explorer
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano explorer
44
description: Please see README.md
55
license: Apache-2.0

faucet/cardano-sl-faucet.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-faucet
2-
version: 3.1.0
2+
version: 3.2.0
33
description: Cardano SL - faucet
44
license: Apache-2.0
55
license-files:

generator/cardano-sl-generator.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-generator
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - arbitrary data generation
44
description: Cardano SL - arbitrary data generation
55
license: Apache-2.0

infra/cardano-sl-infra.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-infra
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - infrastructural
44
description: Cardano SL - infrastructural
55
license: Apache-2.0

infra/test/cardano-sl-infra-test.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-infra-test
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL - generators for cardano-sl-infra
44
description: This package contains generators for the infrastructural data types used in Cardano SL.
55
license: Apache-2.0

lib/cardano-sl.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: Cardano SL main implementation
44
description: Please see README.md
55
license: Apache-2.0

mnemonic/cardano-sl-mnemonic.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-mnemonic
2-
version: 3.1.0
2+
version: 3.2.0
33
synopsis: TODO
44
description: See README
55
homepage: https://github.com/input-output-hk/cardano-sl/mnemonic/README.md

networking/cardano-sl-networking.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: cardano-sl-networking
2-
version: 3.1.0
2+
version: 3.2.0
33
license: Apache-2.0
44
license-files:
55
LICENSE

nix/.stack.nix/cardano-sl-auxx.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-binary-test.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-binary.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-chain-test.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-chain.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-client.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-cluster.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-core-test.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-core.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-crypto-test.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-crypto.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-db-test.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-db.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-explorer.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-faucet.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-generator.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-infra-test.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-infra.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-mnemonic.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-networking.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-node-ipc.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-node.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-script-runner.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-tools-post-mortem.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-tools.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/.stack.nix/cardano-sl-util-test.nix

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)