diff --git a/documentation/Changelog.md b/documentation/Changelog.md index 696cc1dea..a5c43e86b 100644 --- a/documentation/Changelog.md +++ b/documentation/Changelog.md @@ -8,10 +8,13 @@ } ``` +### [2020-01][1.0.0] -### [2019-09][0.8.0] [Generate documentation driven by markdown](https://github.com/KelkooGroup/theGardener/milestone/5) +- [Generate documentation driven by markdown](https://github.com/KelkooGroup/theGardener/milestone/5) +- [Include gherkin features](https://github.com/KelkooGroup/theGardener/milestone/1) +- [Packaging with Docker](https://github.com/KelkooGroup/theGardener/milestone/3) -The documentation writer has full control on how to organise the documentation of its project. He can cheery pick the meaningful scenario when it make sense. +The documentation writer has full control on how to organise the documentation of its project. He can cheery pick the meaningful BDD scenario when it make sense. The main features are : - organise a large set of projects with a tree as deep and as fat as needed. @@ -19,12 +22,9 @@ The main features are : - write the documentation in markdown - include gherkin scenario where you want - include external page. It can be a Swagger documentation for instance. +- define variables +- internal links -### [2019-02][0.1.0] [Generate documentation driven by gherkin features](https://github.com/KelkooGroup/theGardener/milestone/1) - -This version has been use internally in Kelkoo for some times without a real success: the fact that the application provide all the scenario of all the features without any context wasn't really useful for an external user to understand how to use an application. - -The product change the orientation of the project in order to be able to give more liberty to the documentation writer, this is the [Generate documentation driven by markdown](https://github.com/KelkooGroup/theGardener/milestone/5). diff --git a/version.sbt b/version.sbt index 185f13e7f..326584492 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.12.0" +version in ThisBuild := "1.0.0"