Add release notes for v1.10.1
This commit is contained in:
parent
9a685523f9
commit
bc7521ed1f
|
@ -1,3 +1,10 @@
|
|||
1.10.1 - 2020-08-31
|
||||
==================
|
||||
|
||||
- Added support for upcoming DMD 2.094.0's `-preview=in` switch - [pull #225][pull225].
|
||||
|
||||
[pull225]: https://github.com/vibe-d/vibe-core/issues/225
|
||||
|
||||
1.10.0 - 2020-08-24
|
||||
==================
|
||||
|
||||
|
|
|
@ -1102,7 +1102,7 @@ void setTaskCreationCallback(TaskCreationCallback func)
|
|||
/**
|
||||
A version string representing the current vibe.d core version
|
||||
*/
|
||||
enum vibeVersionString = "1.10.0";
|
||||
enum vibeVersionString = "1.10.1";
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue