Skip to content

Commit

Permalink
Increase patch version number and update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiofantacci committed Jan 24, 2018
1 parent 74dc47e commit f46cd87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif()

project(SuperimposeMesh
LANGUAGES CXX
VERSION 0.9.1.0)
VERSION 0.9.2.0)

set(CMAKE_CXX_STANDARD 11)

Expand Down

0 comments on commit f46cd87

Please sign in to comment.