We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8490143 commit 383dceeCopy full SHA for 383dcee
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.0.2
4
+
5
+- Add outputChannel to log the command and output
6
7
## 0.0.1
8
9
- Initial release
package.json
@@ -2,7 +2,7 @@
"name": "gptcommit",
"displayName": "vscode-gptcommit",
"description": "Automated git commit messages using GPT models",
- "version": "0.0.1",
+ "version": "0.0.2",
"repository": {
"url": "https://github.com/pwwang/vscode-gptcommit"
},
0 commit comments