Chore/release 0.0.7 (#343)

* chore: pump version to 0.0.7 and add changelog.md
This commit is contained in:
tanzhenxin
2025-08-15 18:49:13 +08:00
committed by GitHub
parent 14e6d3c01e
commit df1479f864
8 changed files with 39 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.0.6",
"version": "0.0.7",
"description": "Qwen Code",
"repository": {
"type": "git",
@@ -25,7 +25,7 @@
"dist"
],
"config": {
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.6"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.7"
},
"dependencies": {
"@google/genai": "1.9.0",

View File

@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code-core",
"version": "0.0.6",
"version": "0.0.7",
"description": "Qwen Code Core",
"repository": {
"type": "git",

View File

@@ -2,7 +2,7 @@
"name": "qwen-code-vscode-ide-companion",
"displayName": "Qwen Code Companion",
"description": "Enable Qwen Code with direct access to your VS Code workspace.",
"version": "0.0.6",
"version": "0.0.7",
"publisher": "qwenlm",
"icon": "assets/icon.png",
"repository": {