diff --git a/changelog/ldc2.dd b/changelog/ldc2.dd deleted file mode 100644 index 86c54ca..0000000 --- a/changelog/ldc2.dd +++ /dev/null @@ -1,7 +0,0 @@ -Improved support for LDC, incl. cross-compilation - -The ldc2 driver now supports -* some more command-line options (coverage, profiling, keeping stack frame), -* separate linking, -* cross-compilation by specifying the target triple (LDC `-mtriple`) as `--arch`, e.g., `--arch=x86_64-pc-windows-msvc`. - Check out https://wiki.dlang.org/Cross-compiling_with_LDC for how to setup LDC. diff --git a/changelog/lint.dd b/changelog/lint.dd deleted file mode 100644 index d28bc9b..0000000 --- a/changelog/lint.dd +++ /dev/null @@ -1,9 +0,0 @@ -Lint command added - -Dub supports now command `lint`, which will execute D-Scanner on the dub package. -By default `dub lint` will execute style check. Import paths to dependent dub -packages will be passed to D-Scanner. - -$(CONSOLE -> dub lint -) diff --git a/changelog/semver-compatibility-operator.dd b/changelog/semver-compatibility-operator.dd deleted file mode 100644 index c21b0d8..0000000 --- a/changelog/semver-compatibility-operator.dd +++ /dev/null @@ -1,8 +0,0 @@ -Added SemVer compatibility operator "^" - -Dub now supports version specifications of the form `^x.y.z`. -This corresponds to a "semver compatible version", ie. any version up from -`x.y.z` with the same major number. If the major number is 0, only the same -version matches. This corresponds to the versions listed on https://semver.org/ as -compatible with the public API of the version given. -`^x.y` is equivalent to `^x.y.0`. diff --git a/source/dub/version_.d b/source/dub/version_.d index 5975632..2ac1edf 100644 --- a/source/dub/version_.d +++ b/source/dub/version_.d @@ -1,2 +1,2 @@ module dub.version_; -enum dubVersion = "v1.18.0-rc.1"; +enum dubVersion = "v1.18.0";