From 4c58a4264b0bd3c417a68e5f185298f33eb02bfd Mon Sep 17 00:00:00 2001 From: KtorZ Date: Wed, 16 Oct 2019 17:00:30 +0200 Subject: [PATCH] bump versions to v2019.10.16 --- lib/bech32/bech32.cabal | 2 +- lib/cli/cardano-wallet-cli.cabal | 2 +- lib/core/cardano-wallet-core.cabal | 2 +- lib/http-bridge/cardano-wallet-http-bridge.cabal | 2 +- lib/jormungandr/cardano-wallet-jormungandr.cabal | 2 +- .../Test/Integration/Jormungandr/Scenario/CLI/Server.hs | 6 +++--- lib/launcher/cardano-wallet-launcher.cabal | 2 +- lib/text-class/text-class.cabal | 2 +- nix/.stack.nix/bech32.nix | 2 +- nix/.stack.nix/cardano-wallet-cli.nix | 2 +- nix/.stack.nix/cardano-wallet-core.nix | 2 +- nix/.stack.nix/cardano-wallet-http-bridge.nix | 2 +- nix/.stack.nix/cardano-wallet-jormungandr.nix | 2 +- nix/.stack.nix/cardano-wallet-launcher.nix | 5 ++++- nix/.stack.nix/cardano-wallet.nix | 2 +- nix/.stack.nix/text-class.nix | 2 +- 16 files changed, 21 insertions(+), 18 deletions(-) diff --git a/lib/bech32/bech32.cabal b/lib/bech32/bech32.cabal index 93db11d1ace..47a365ad24d 100644 --- a/lib/bech32/bech32.cabal +++ b/lib/bech32/bech32.cabal @@ -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 diff --git a/lib/cli/cardano-wallet-cli.cabal b/lib/cli/cardano-wallet-cli.cabal index c056ea7541b..da3f817f5aa 100644 --- a/lib/cli/cardano-wallet-cli.cabal +++ b/lib/cli/cardano-wallet-cli.cabal @@ -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 diff --git a/lib/core/cardano-wallet-core.cabal b/lib/core/cardano-wallet-core.cabal index 6f543ab29b4..cb43ee87257 100644 --- a/lib/core/cardano-wallet-core.cabal +++ b/lib/core/cardano-wallet-core.cabal @@ -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 diff --git a/lib/http-bridge/cardano-wallet-http-bridge.cabal b/lib/http-bridge/cardano-wallet-http-bridge.cabal index 2472fcdfa2f..147b3596939 100644 --- a/lib/http-bridge/cardano-wallet-http-bridge.cabal +++ b/lib/http-bridge/cardano-wallet-http-bridge.cabal @@ -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 diff --git a/lib/jormungandr/cardano-wallet-jormungandr.cabal b/lib/jormungandr/cardano-wallet-jormungandr.cabal index 9c5a93486f8..a5ef387df25 100644 --- a/lib/jormungandr/cardano-wallet-jormungandr.cabal +++ b/lib/jormungandr/cardano-wallet-jormungandr.cabal @@ -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 diff --git a/lib/jormungandr/test/integration/Test/Integration/Jormungandr/Scenario/CLI/Server.hs b/lib/jormungandr/test/integration/Test/Integration/Jormungandr/Scenario/CLI/Server.hs index 6a9e860885e..b28b6b013c2 100644 --- a/lib/jormungandr/test/integration/Test/Integration/Jormungandr/Scenario/CLI/Server.hs +++ b/lib/jormungandr/test/integration/Test/Integration/Jormungandr/Scenario/CLI/Server.hs @@ -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" @@ -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" @@ -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" diff --git a/lib/launcher/cardano-wallet-launcher.cabal b/lib/launcher/cardano-wallet-launcher.cabal index 54664cc22fe..aa9ae4764b9 100644 --- a/lib/launcher/cardano-wallet-launcher.cabal +++ b/lib/launcher/cardano-wallet-launcher.cabal @@ -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 diff --git a/lib/text-class/text-class.cabal b/lib/text-class/text-class.cabal index 33640bd162f..a3235ebdc5a 100644 --- a/lib/text-class/text-class.cabal +++ b/lib/text-class/text-class.cabal @@ -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 diff --git a/nix/.stack.nix/bech32.nix b/nix/.stack.nix/bech32.nix index cca02bf20ad..d0c28c28ecc 100644 --- a/nix/.stack.nix/bech32.nix +++ b/nix/.stack.nix/bech32.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "bech32"; version = "2019.9.13"; }; + identifier = { name = "bech32"; version = "2019.10.16"; }; license = "Apache-2.0"; copyright = "2017 Marko Bencun, 2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-cli.nix b/nix/.stack.nix/cardano-wallet-cli.nix index ab6c6444ca3..ffc822689cc 100644 --- a/nix/.stack.nix/cardano-wallet-cli.nix +++ b/nix/.stack.nix/cardano-wallet-cli.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-cli"; version = "2019.9.13"; }; + identifier = { name = "cardano-wallet-cli"; version = "2019.10.16"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index 1802de39c59..010bf5f0106 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-core"; version = "2019.9.13"; }; + identifier = { name = "cardano-wallet-core"; version = "2019.10.16"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-http-bridge.nix b/nix/.stack.nix/cardano-wallet-http-bridge.nix index 1a96589100a..4362c6afe63 100644 --- a/nix/.stack.nix/cardano-wallet-http-bridge.nix +++ b/nix/.stack.nix/cardano-wallet-http-bridge.nix @@ -44,7 +44,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: specVersion = "1.10"; identifier = { name = "cardano-wallet-http-bridge"; - version = "2019.9.13"; + version = "2019.10.16"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet-jormungandr.nix b/nix/.stack.nix/cardano-wallet-jormungandr.nix index 4f9f04c2430..7c4fab5fa94 100644 --- a/nix/.stack.nix/cardano-wallet-jormungandr.nix +++ b/nix/.stack.nix/cardano-wallet-jormungandr.nix @@ -44,7 +44,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: specVersion = "1.10"; identifier = { name = "cardano-wallet-jormungandr"; - version = "2019.9.13"; + version = "2019.10.16"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet-launcher.nix b/nix/.stack.nix/cardano-wallet-launcher.nix index ccb8e7bfe0f..aee6909ca07 100644 --- a/nix/.stack.nix/cardano-wallet-launcher.nix +++ b/nix/.stack.nix/cardano-wallet-launcher.nix @@ -42,7 +42,10 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-launcher"; version = "2019.9.13"; }; + identifier = { + name = "cardano-wallet-launcher"; + version = "2019.10.16"; + }; license = "Apache-2.0"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet.nix b/nix/.stack.nix/cardano-wallet.nix index 53c50025f46..c05c983875e 100644 --- a/nix/.stack.nix/cardano-wallet.nix +++ b/nix/.stack.nix/cardano-wallet.nix @@ -3,7 +3,7 @@ flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet"; version = "2019.9.13"; }; + identifier = { name = "cardano-wallet"; version = "2019.10.16"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/text-class.nix b/nix/.stack.nix/text-class.nix index ae5ddcae065..35b842bfee3 100644 --- a/nix/.stack.nix/text-class.nix +++ b/nix/.stack.nix/text-class.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "text-class"; version = "2019.9.13"; }; + identifier = { name = "text-class"; version = "2019.10.16"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io";