Update change log and bump version number.

This commit is contained in:
Sönke Ludwig 2017-07-16 22:29:45 +02:00
parent 6aa2775381
commit e3492bab06
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
1.1.0 - 2016-07-16
==================
- Added a new debug hook `setTaskCreationCallback`
- Fixed a compilation error for `VibeIdleCollect`
- Fixed a possible double-free in `ManualEvent` that resulted in an endless loop - [pull #23][issue23]
1.0.0 - 2016-07-10
==================

View file

@ -942,7 +942,7 @@ void setTaskCreationCallback(TaskCreationCallback func)
/**
A version string representing the current vibe version
*/
enum vibeVersionString = "1.0.0";
enum vibeVersionString = "1.1.0";
/**