Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Commit for release 0.0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nstack-lambda committed Aug 25, 2017
1 parent 69e046f commit 07004d4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nstack-cli/nstack-cli.cabal
@@ -1,5 +1,5 @@
name: nstack-cli
version: 0.0.8
version: 0.0.8.1
cabal-version: >=1.22
build-type: Simple
license: BSD3
Expand Down
2 changes: 1 addition & 1 deletion nstack-prelude/nstack-prelude.cabal
@@ -1,5 +1,5 @@
name: nstack-prelude
version: 0.0.8
version: 0.0.8.1
cabal-version: >=1.22
build-type: Simple
license: BSD3
Expand Down
2 changes: 1 addition & 1 deletion nstack/nstack.cabal
@@ -1,5 +1,5 @@
name: nstack
version: 0.0.8
version: 0.0.8.1
cabal-version: >=1.22
build-type: Simple
license: BSD3
Expand Down
2 changes: 1 addition & 1 deletion nstack/test_output.xml
@@ -1 +1 @@
<?xml version='1.0' ?><testsuites errors="0" failures="0" tests="10" time="0.018"><testsuite name="Tests"><testsuite name="Unit Tests"><testcase name="Serializing and then deserializing is the identity" time="0.000" classname="Tests Unit Tests" /><testcase name="Parse a settings file" time="0.000" classname="Tests Unit Tests" /><testcase name="Display a proper error message if frontend-host contains a trailing slash" time="0.010" classname="Tests Unit Tests" /><testcase name="Display a proper error message when invalid secret-key is used" time="0.010" classname="Tests Unit Tests" /><testcase name="Display a proper error message when invalid authentication scheme is used" time="0.000" classname="Tests Unit Tests" /><testcase name="Display a proper error message when more arguments for nstack scheme are needed" time="0.000" classname="Tests Unit Tests" /><testcase name="Display a proper error message when trust scheme is given more arguments than needed" time="0.011" classname="Tests Unit Tests" /><testcase name="Display a proper error message when invalid server" time="0.000" classname="Tests Unit Tests" /><testcase name="Display a proper error message when invalid install-id" time="0.011" classname="Tests Unit Tests" /><testcase name="Display a proper error message when invalid analytics settings" time="0.000" classname="Tests Unit Tests" /></testsuite></testsuite></testsuites>
<?xml version='1.0' ?><testsuites errors="0" failures="0" tests="10" time="0.033"><testsuite name="Tests"><testsuite name="Unit Tests"><testcase name="Serializing and then deserializing is the identity" time="0.004" classname="Tests Unit Tests" /><testcase name="Parse a settings file" time="0.000" classname="Tests Unit Tests" /><testcase name="Display a proper error message if frontend-host contains a trailing slash" time="0.000" classname="Tests Unit Tests" /><testcase name="Display a proper error message when invalid secret-key is used" time="0.000" classname="Tests Unit Tests" /><testcase name="Display a proper error message when invalid authentication scheme is used" time="0.000" classname="Tests Unit Tests" /><testcase name="Display a proper error message when more arguments for nstack scheme are needed" time="0.004" classname="Tests Unit Tests" /><testcase name="Display a proper error message when trust scheme is given more arguments than needed" time="0.007" classname="Tests Unit Tests" /><testcase name="Display a proper error message when invalid server" time="0.021" classname="Tests Unit Tests" /><testcase name="Display a proper error message when invalid install-id" time="0.004" classname="Tests Unit Tests" /><testcase name="Display a proper error message when invalid analytics settings" time="0.004" classname="Tests Unit Tests" /></testsuite></testsuite></testsuites>

0 comments on commit 07004d4

Please sign in to comment.