diff --git a/changelog/pdb.dd b/changelog/pdb.dd deleted file mode 100644 index c16cabb..0000000 --- a/changelog/pdb.dd +++ /dev/null @@ -1,5 +0,0 @@ -Windows: Copy PDB files to `targetPath`, alongside executable/DLL - -If the default PDB file is generated when linking an executable or DLL -(e.g., no `/PDB:my\path.pdb` lflag), it is now copied to the target -directory too. diff --git a/source/dub/version_.d b/source/dub/version_.d index 55ca56e..85d4320 100644 --- a/source/dub/version_.d +++ b/source/dub/version_.d @@ -1,2 +1,2 @@ module dub.version_; -enum dubVersion = "v1.28.0-rc.1"; +enum dubVersion = "v1.28.0";