diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b165af7..b2177165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ See PR links for more information. ## 1.7.6 - NEW: modified template project to include `-ffunction-sections`, `-fdata-sections`, `--gc-sections` flags and changed assembly files to use unique sections so linker can better strip unused code/data - NEW: updated `type_traits` include +- FIX: fix [MacOS issue](https://github.com/BartmanAbyss/vscode-amiga-debug/issues/243) ## 1.7.5 - FIX: fixed missing `obj` and `out` directories in template project diff --git a/package.json b/package.json index 6167b15e..1a53978e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "repository": { "url": "https://github.com/BartmanAbyss/vscode-amiga-debug" }, - "version": "1.7.5", + "version": "1.7.6", "license": "GPL-3.0-or-later", "engines": { "vscode": "^1.46.0"