From f46cd875a2bc347957427785c8608af294b53e7e Mon Sep 17 00:00:00 2001 From: Claudio Fantacci Date: Wed, 24 Jan 2018 17:07:46 +0100 Subject: [PATCH] Increase patch version number and update the changelog --- CHANGELOG.md | 11 +++++++++++ CMakeLists.txt | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c075a9..c31924a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,22 @@ # 📜 SuperimposeMesh changelog +## Version 0.9.2.0 + +### Updates +##### `Bugfix` + - Windows is now fully supported and tested. + +##### `Test` + - Add Appveyor and Travis yml files. Tests still need to be improved. + + ## Version 0.9.1.0 ### Updates ##### `CMake` - Update installation helper files, which are updated from YCM commit f162fcb. + ## Version 0.9.0.0 - This is the first public release of the SuperimposeMesh library. diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a9dc2c..6e9cc6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ endif() project(SuperimposeMesh LANGUAGES CXX - VERSION 0.9.1.0) + VERSION 0.9.2.0) set(CMAKE_CXX_STANDARD 11)