Skip to content

Commit 185bb4e

Browse files
committed
[DEVOPS-1250] cardano rev bump -> 3.0.1
1 parent ef83f32 commit 185bb4e

File tree

63 files changed

+93
-93
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

+93
-93
lines changed

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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL - Auxx
44
description: Cardano SL - Auxx
55
license: MIT

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.0.0
2+
version: 3.0.1
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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL - binary serializarion (tests)
44
description: This package contains test helpers for cardano-sl-binary.
55
license: MIT

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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL - transaction processing
44
description: Cardano SL - transaction processing
55
license: MIT

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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL - arbitrary instances for cardano-sl-chain
44
description: Cardano SL - arbitrary instances for cardano-sl-chain
55
license: MIT

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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL client modules
44
description: Cardano SL client modules
55
license: MIT

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.0.0
2+
version: 3.0.1
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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL - core
44
description: Cardano SL - core
55
license: MIT

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.0.0
2+
version: 3.0.1
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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL - cryptography primitives
44
description: This package contains cryptography primitives used in Cardano SL.
55
license: MIT

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.0.0
2+
version: 3.0.1
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: MIT

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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL - basic DB interfaces
44
description: Cardano SL - basic DB interfaces
55
license: MIT

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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL - arbitrary instances for cardano-sl-db
44
description: Cardano SL - arbitrary instances for cardano-sl-db
55
license: MIT

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.0.0
2+
version: 3.0.1
33
synopsis: Cardano explorer
44
description: Please see README.md
55
license: MIT

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.0.0
2+
version: 3.0.1
33
description: Cardano SL - faucet
44
license: MIT
55
author: Ben Ford

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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL - arbitrary data generation
44
description: Cardano SL - arbitrary data generation
55
license: MIT

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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL - infrastructural
44
description: Cardano SL - infrastructural
55
license: MIT

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.0.0
2+
version: 3.0.1
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: MIT

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.0.0
2+
version: 3.0.1
33
synopsis: Cardano SL main implementation
44
description: Please see README.md
55
license: MIT

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.0.0
2+
version: 3.0.1
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.0.0
2+
version: 3.0.1
33
license: MIT
44
license-file: LICENSE
55
category: Network

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.

nix/.stack.nix/cardano-sl-util.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-utxo.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)