Update change log and bump version number.
This commit is contained in:
parent
6aa2775381
commit
e3492bab06
|
@ -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
|
||||
==================
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue