diff --git a/camp/__init__.py b/camp/__init__.py index 925c6bdc..81ceaf01 100644 --- a/camp/__init__.py +++ b/camp/__init__.py @@ -13,7 +13,7 @@ class About: PROGRAM = "CAMP" - VERSION = "0.7.2" + VERSION = "0.8.0" COMMIT_HASH = None diff --git a/docs/pages/changelog.md b/docs/pages/changelog.md index aa6576c5..705291f8 100644 --- a/docs/pages/changelog.md +++ b/docs/pages/changelog.md @@ -4,6 +4,19 @@ Below is the list of CAMP versions, along with a quick summary of the changes that were made. +* CAMP v0.8 + + * CAMP v0.8.0 (Nov. 13, 2019) + + * Support for liveness tests that avoid testing a system + system that is not yet ready. CAMP run this liveness test + several time and its only when it succeeds that CAMP + triggers the main test command. + + * Add options `-r|--retry COUNT` and `-y|--retry-delay + DELAY` to camp execute that control the number of retry + and the delay in between, respectively. + * CAMP v0.7 * CAMP v0.7.2 (Nov. 7, 2019)