diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 81d67de1..3cd12c03 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ -[] I have added an entry to `docs/changelog.md` +- [] I have added an entry to `docs/changelog.md` ## Summary of changes diff --git a/docs/changelog.md b/docs/changelog.md index 35700be5..2a5c5fea 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,8 @@ # gdbgui release history +## development +* Removed gdbgui binaries from source control. They can now be downloaded as artifacts of [releases](https://github.com/cs01/gdbgui/releases). + ## 0.13.2.1 * No end user changes. This release builds the gdbgui executables with GitHub actions. diff --git a/downloads/mac/gdbgui_0.13.1.1 b/downloads/mac/gdbgui_0.13.1.1 deleted file mode 100644 index 3dfda78e..00000000 Binary files a/downloads/mac/gdbgui_0.13.1.1 and /dev/null differ diff --git a/downloads/ubuntu/gdbgui_0.13.1.1 b/downloads/ubuntu/gdbgui_0.13.1.1 deleted file mode 100644 index 5c1aaf5d..00000000 Binary files a/downloads/ubuntu/gdbgui_0.13.1.1 and /dev/null differ diff --git a/downloads/windows/gdbgui_0.13.1.1.exe b/downloads/windows/gdbgui_0.13.1.1.exe deleted file mode 100644 index 50830ca0..00000000 Binary files a/downloads/windows/gdbgui_0.13.1.1.exe and /dev/null differ