From 900006477706bb537ecc3c0146b77a595a31e801 Mon Sep 17 00:00:00 2001 From: Jay Zhang Date: Mon, 11 Nov 2024 23:59:07 +0000 Subject: [PATCH] feat: upgrade ten to 0.4 --- .devcontainer/devcontainer.json | 2 +- .github/workflows/ci.yml | 2 +- README.md | 2 +- manifest.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ad28cb7..4445412 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,7 @@ // README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile { "name": "azure_tts", - "image": "ghcr.io/ten-framework/ten_agent_build:0.2.0", + "image": "ghcr.io/ten-framework/ten_agent_build:0.2.2", "customizations": { "vscode": { "extensions": [ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a68e89..888976c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: matrix: build_type: [debug, release] container: - image: ghcr.io/ten-framework/ten_agent_build:0.2.0 + image: ghcr.io/ten-framework/ten_agent_build:0.2.2 steps: - uses: actions/checkout@v4 with: diff --git a/README.md b/README.md index 5c90f47..c04e524 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ TEN extension of [azure Text to speech service](https://learn.microsoft.com/en-u Only `linux/amd64` building inside container is supported at the moment. ```bash -# inside docker ghcr.io/ten-framework/ten_agent_build:0.1.0 +# inside docker ghcr.io/ten-framework/ten_agent_build:0.2.2 tman install tgn gen linux x64 debug -- is_clang=false && tgn build linux x64 debug diff --git a/manifest.json b/manifest.json index 4157f85..fef1988 100644 --- a/manifest.json +++ b/manifest.json @@ -1,12 +1,12 @@ { "type": "extension", "name": "azure_tts", - "version": "0.5.1", + "version": "0.6.0", "dependencies": [ { "type": "system", "name": "ten_runtime", - "version": "0.3" + "version": "0.4" }, { "type": "system",