Skip to content

Commit

Permalink
Merge pull request #847 from input-output-hk/release/v2019-10-16
Browse files Browse the repository at this point in the history
bump versions to v2019.10.16
  • Loading branch information
KtorZ authored Oct 16, 2019
2 parents 6966d10 + 4c58a42 commit 5209c1a
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lib/bech32/bech32.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bech32
version: 2019.9.13
version: 2019.10.16
synopsis: Implementation of the Bech32 segwit address format (BIP 0173).
homepage: https://github.com/input-output-hk/cardano-wallet
author: IOHK Engineering Team
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/cardano-wallet-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-cli
version: 2019.9.13
version: 2019.10.16
synopsis: Utilities for a building Command-Line Interfaces
homepage: https://github.com/input-output-hk/cardano-wallet
author: IOHK Engineering Team
Expand Down
2 changes: 1 addition & 1 deletion lib/core/cardano-wallet-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-core
version: 2019.9.13
version: 2019.10.16
synopsis: The Wallet Backend for a Cardano node.
description: Please see README.md
homepage: https://github.com/input-output-hk/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/http-bridge/cardano-wallet-http-bridge.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-http-bridge
version: 2019.9.13
version: 2019.10.16
synopsis: Wallet backend protocol-specific bits implemented using the cardano-http-bridge
description: Please see README.md
homepage: https://github.com/input-output-hk/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/jormungandr/cardano-wallet-jormungandr.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-jormungandr
version: 2019.9.13
version: 2019.10.16
synopsis: Wallet backend protocol-specific bits implemented using Jörmungandr
description: Please see README.md
homepage: https://github.com/input-output-hk/cardano-wallet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec = do
it "LOGGING - Launch can log --verbose" $ \ctx -> do
pendingWith
"Somewhat unreliable in CI. Often fails with: \
\'does not contain \"Running as v2019.9.13\"'"
\'does not contain \"Running as v2019.10.16\"'"
let args =
["serve"
, "--node-port"
Expand All @@ -127,7 +127,7 @@ spec = do
it "LOGGING - Serve --quiet logs Error only" $ \ctx -> do
pendingWith
"Somewhat unreliable in CI. Often fails with: \
\'does not contain \"Running as v2019.9.13\"'"
\'does not contain \"Running as v2019.10.16\"'"
let args =
["serve"
, "--node-port"
Expand All @@ -145,7 +145,7 @@ spec = do
it "LOGGING - Serve default logs Info" $ \ctx -> do
pendingWith
"Somewhat unreliable in CI. Often fails with: \
\'does not contain \"Running as v2019.9.13\"'"
\'does not contain \"Running as v2019.10.16\"'"
let args =
["serve"
, "--node-port"
Expand Down
2 changes: 1 addition & 1 deletion lib/launcher/cardano-wallet-launcher.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-launcher
version: 2019.9.13
version: 2019.10.16
synopsis: Utilities for a building commands launcher
homepage: https://github.com/input-output-hk/cardano-wallet
author: IOHK Engineering Team
Expand Down
2 changes: 1 addition & 1 deletion lib/text-class/text-class.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: text-class
version: 2019.9.13
version: 2019.10.16
synopsis: Extra helpers to convert data-types to and from Text
homepage: https://github.com/input-output-hk/cardano-wallet
author: IOHK Engineering Team
Expand Down
2 changes: 1 addition & 1 deletion nix/.stack.nix/bech32.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/.stack.nix/cardano-wallet-cli.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/.stack.nix/cardano-wallet-core.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/.stack.nix/cardano-wallet-http-bridge.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/.stack.nix/cardano-wallet-jormungandr.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion nix/.stack.nix/cardano-wallet-launcher.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/.stack.nix/cardano-wallet.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/.stack.nix/text-class.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5209c1a

Please sign in to comment.