Skip to content

Commit

Permalink
1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BartmanAbyss committed Jan 28, 2024
1 parent a5b59ba commit 0bf92cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0bf92cd

Please sign in to comment.