diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6c266..45f0f66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ================== diff --git a/source/vibe/core/core.d b/source/vibe/core/core.d index 437bd7d..4046f70 100644 --- a/source/vibe/core/core.d +++ b/source/vibe/core/core.d @@ -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"; /**