Skip to content

Commit f4f0e97

Browse files
committed
Release v1.20.0
1 parent a464ac2 commit f4f0e97

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.20.0 - 2021-08-25
2+
===================
3+
4+
- `core.file`: Fix `-preview=in` support - [pull #290][issue290]
5+
- Mark `TaskFiberQueue.insert` functions `@trusted` (By Dennis Korpel) - [pull #291][issue291]
6+
- Fix possibly hanging process after SIGINT/SIGTERM - [pull #292][issue292]
7+
8+
[issue290]: https://github.com/vibe-d/vibe-core/issues/290
9+
[issue291]: https://github.com/vibe-d/vibe-core/issues/291
10+
[issue292]: https://github.com/vibe-d/vibe-core/issues/292
11+
112
1.19.0 - 2021-08-14
213
===================
314

source/vibe/core/core.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ void setTaskCreationCallback(TaskCreationCallback func)
14581458
/**
14591459
A version string representing the current vibe.d core version
14601460
*/
1461-
enum vibeVersionString = "1.19.0";
1461+
enum vibeVersionString = "1.20.0";
14621462

14631463

14641464
/**

0 commit comments

Comments
 (0)