We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a68552 commit bc7521eCopy full SHA for bc7521e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+1.10.1 - 2020-08-31
2
+==================
3
+
4
+- Added support for upcoming DMD 2.094.0's `-preview=in` switch - [pull #225][pull225].
5
6
+[pull225]: https://github.com/vibe-d/vibe-core/issues/225
7
8
1.10.0 - 2020-08-24
9
==================
10
source/vibe/core/core.d
@@ -1102,7 +1102,7 @@ void setTaskCreationCallback(TaskCreationCallback func)
1102
/**
1103
A version string representing the current vibe.d core version
1104
*/
1105
-enum vibeVersionString = "1.10.0";
+enum vibeVersionString = "1.10.1";
1106
1107
1108
0 commit comments