Update change log and bump version to 1.8.1.
This commit is contained in:
parent
8792e315a4
commit
699f43c80c
|
@ -1,3 +1,11 @@
|
|||
1.8.1 - 2019-12-17
|
||||
==================
|
||||
|
||||
- Fixes a documentation generation error (by Mathias Lang aka Geod24) - [pull #187][issue187]
|
||||
|
||||
[issue187]: https://github.com/vibe-d/vibe-core/issues/187
|
||||
|
||||
|
||||
1.8.0 - 2019-12-07
|
||||
==================
|
||||
|
||||
|
|
|
@ -998,7 +998,7 @@ void setTaskCreationCallback(TaskCreationCallback func)
|
|||
/**
|
||||
A version string representing the current vibe.d core version
|
||||
*/
|
||||
enum vibeVersionString = "1.8.0";
|
||||
enum vibeVersionString = "1.8.1";
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue