Skip to content

Commit 66ce250

Browse files
authored
Version and changelog update for 0.3.1 (#251)
1 parent 363d0fa commit 66ce250

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# What's New?
22

3+
## 0.3.1
4+
Bug fixes:
5+
- Honor the "terminal.integrated.automationShell" setting when spawning make for configure. [#233](https://github.com/microsoft/vscode-makefile-tools/issues/233)
6+
- Remove the "build" button icon from other UIs than the main Makefile Tools panel. [#245](https://github.com/microsoft/vscode-makefile-tools/issues/245)
7+
- The build task fails for projects using -f or -C (makefile not in root) because of quoting. [#249](https://github.com/microsoft/vscode-makefile-tools/issues/249)
8+
- Fix activation for makefiles below the root. [#248](https://github.com/microsoft/vscode-makefile-tools/issues/248)
9+
310
## 0.3.0
411
Improvements:
512
- Generate compile commands. [#104](https://github.com/microsoft/vscode-makefile-tools/issues/104) [@rapgenic](https://github.com/rapgenic)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "makefile-tools",
33
"displayName": "Makefile Tools",
44
"description": "Provide makefile support in VS Code: C/C++ IntelliSense, build, debug/run.",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"publisher": "ms-vscode",
77
"preview": true,
88
"icon": "res/makefile-logo.png",

0 commit comments

Comments
 (0)