diff --git a/.travis.yml b/.travis.yml index 06702da..3c08ea1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ d: # catching most DMD version related build failures early - dmd-2.087.1 - dmd-2.078.3 + - ldc-1.17.0 - ldc-1.16.0 - ldc-1.15.0 - ldc-1.14.0 - - ldc-1.13.0 - ldc-1.9.0 - dmd-2.086.1 - dmd-2.085.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index fde43a4..4f5f87c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ 1.7.0 - 2019-08- ================== -- Supports DMD DMD 2.077.1 up to DMD 2.087.1 and LDC 1.7.0 to LDC 1.16.0 - [pull #166][issue166] +- Supports DMD DMD 2.077.1 up to DMD 2.087.1 and LDC 1.7.0 to LDC 1.17.0 - [pull #166][issue166] - Added `vibe.core.process` for task based process handling similar to `std.process` (by Benjamin Schaaf) - [pull #154][issue154] - Added `ConnectionPool.removeUnused` to enable closing all unused connections - [pull #143][issue143] - Added `logException` to log exceptions in a standard and `nothrow` way - [pull #155][issue155] diff --git a/README.md b/README.md index eafab7c..f7f26d3 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ The following compilers are tested and supported: - DMD 2.085.1 - DMD 2.084.1 - DMD 2.079.0 +- LDC 1.17.0 - LDC 1.16.0 - LDC 1.15.0 - LDC 1.14.0 -- LDC 1.13.0 - LDC 1.9.0 Supported up to 1.6.2: diff --git a/appveyor.yml b/appveyor.yml index 0cd3448..dc933c0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -22,6 +22,9 @@ environment: - DC: dmd DVersion: 2.079.0 arch: x86_mscoff + - DC: ldc + DVersion: 1.17.0 + arch: x64 - DC: ldc DVersion: 1.16.0 arch: x64 @@ -31,9 +34,6 @@ environment: - DC: ldc DVersion: 1.14.0 arch: x64 - - DC: ldc - DVersion: 1.13.0 - arch: x64 - DC: ldc DVersion: 1.9.0 arch: x64