Skip to content

Commit bc7521e

Browse files
committed
Add release notes for v1.10.1
1 parent 9a68552 commit bc7521e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
1.10.0 - 2020-08-24
29
==================
310

source/vibe/core/core.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ void setTaskCreationCallback(TaskCreationCallback func)
11021102
/**
11031103
A version string representing the current vibe.d core version
11041104
*/
1105-
enum vibeVersionString = "1.10.0";
1105+
enum vibeVersionString = "1.10.1";
11061106

11071107

11081108
/**

0 commit comments

Comments
 (0)