Add Changelog. (#213)

- Increase version to 0.9
- Add a changelog.

From now one. Developpement happens on the `dev` branch.

See: https://github.com/ArthurSonzogni/FTXUI/discussions/207
This commit is contained in:
Arthur Sonzogni
2021-09-26 14:48:48 +02:00
committed by GitHub
parent 1d09ff4b9b
commit 0d1a7ffe6d
2 changed files with 81 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ include(cmake/ftxui_git_version.cmake)
project(ftxui
LANGUAGES CXX
VERSION 0.8.${git_version}
VERSION 0.9.${git_version}
)
option(FTXUI_BUILD_DOCS "Set to ON to build tests" ON)