Skip to content

refactor: update version to 0.10.3 #784

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
//
#pragma once

#define TEN_RUNTIME_GO_BINDING_VERSION "0.10.2"
#define TEN_RUNTIME_GO_BINDING_VERSION "0.10.3"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
//
#pragma once

#define TEN_RUNTIME_NODEJS_BINDING_VERSION "0.10.2"
#define TEN_RUNTIME_NODEJS_BINDING_VERSION "0.10.3"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
//
#pragma once

#define TEN_RUNTIME_PYTHON_BINDING_VERSION "0.10.2"
#define TEN_RUNTIME_PYTHON_BINDING_VERSION "0.10.3"
2 changes: 1 addition & 1 deletion core/include_internal/ten_runtime/common/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
//
#pragma once

#define TEN_RUNTIME_VERSION "0.10.2"
#define TEN_RUNTIME_VERSION "0.10.3"
2 changes: 1 addition & 1 deletion core/src/ten_manager/src/version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const VERSION: &str = "0.10.2";
pub const VERSION: &str = "0.10.3";
4 changes: 2 additions & 2 deletions core/src/ten_runtime/binding/go/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"type": "system",
"name": "ten_runtime_go",
"version": "0.10.2",
"version": "0.10.3",
"dependencies": [
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
}
],
"package": {
Expand Down
4 changes: 2 additions & 2 deletions core/src/ten_runtime/binding/nodejs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"type": "system",
"name": "ten_runtime_nodejs",
"version": "0.10.2",
"version": "0.10.3",
"dependencies": [
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
}
],
"package": {
Expand Down
6 changes: 3 additions & 3 deletions core/src/ten_runtime/binding/python/manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"type": "system",
"name": "ten_runtime_python",
"version": "0.10.2",
"version": "0.10.3",
"dependencies": [
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
},
{
"type": "addon_loader",
"name": "python_addon_loader",
"version": "0.10.2"
"version": "0.10.3"
}
],
"package": {
Expand Down
2 changes: 1 addition & 1 deletion core/src/ten_runtime/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2",
"version": "0.10.3",
"dependencies": [],
"package": {
"include": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"type": "addon_loader",
"name": "nodejs_addon_loader",
"version": "0.10.2",
"version": "0.10.3",
"dependencies": [
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
},
{
"type": "system",
"name": "ten_runtime_nodejs",
"version": "0.10.2"
"version": "0.10.3"
}
],
"api": {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"type": "addon_loader",
"name": "python_addon_loader",
"version": "0.10.2",
"version": "0.10.3",
"dependencies": [
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
},
{
"type": "system",
"name": "ten_runtime_python",
"version": "0.10.2"
"version": "0.10.3"
}
],
"api": {}
Expand Down
4 changes: 2 additions & 2 deletions packages/core_apps/default_app_cpp/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "app",
"name": "default_app_cpp",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"cpp",
"template"
Expand All @@ -10,7 +10,7 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
}
],
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core_apps/default_app_cpp/manifest.json.tent
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "app",
"name": "{{package_name}}",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"cpp",
"template"
Expand All @@ -10,7 +10,7 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
}
],
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core_apps/default_app_go/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "app",
"name": "default_app_go",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"go",
"template"
Expand All @@ -10,12 +10,12 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
},
{
"type": "system",
"name": "ten_runtime_go",
"version": "0.10.2"
"version": "0.10.3"
}
],
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core_apps/default_app_go/manifest.json.tent
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "app",
"name": "{{package_name}}",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"go",
"template"
Expand All @@ -10,12 +10,12 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
},
{
"type": "system",
"name": "ten_runtime_go",
"version": "0.10.2"
"version": "0.10.3"
}
],
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core_apps/default_app_nodejs/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "app",
"name": "default_app_nodejs",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"nodejs",
"template"
Expand All @@ -10,12 +10,12 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
},
{
"type": "system",
"name": "ten_runtime_nodejs",
"version": "0.10.2"
"version": "0.10.3"
}
],
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core_apps/default_app_nodejs/manifest.json.tent
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "app",
"name": "{{package_name}}",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"nodejs",
"template"
Expand All @@ -10,12 +10,12 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
},
{
"type": "system",
"name": "ten_runtime_nodejs",
"version": "0.10.2"
"version": "0.10.3"
}
],
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core_apps/default_app_python/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "app",
"name": "default_app_python",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"python",
"template"
Expand All @@ -10,12 +10,12 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
},
{
"type": "system",
"name": "ten_runtime_python",
"version": "0.10.2"
"version": "0.10.3"
}
],
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core_apps/default_app_python/manifest.json.tent
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "app",
"name": "{{package_name}}",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"python",
"template"
Expand All @@ -10,12 +10,12 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
},
{
"type": "system",
"name": "ten_runtime_python",
"version": "0.10.2"
"version": "0.10.3"
}
],
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "extension",
"name": "default_async_extension_python",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"python",
"template"
Expand All @@ -10,7 +10,7 @@
{
"type": "system",
"name": "ten_runtime_python",
"version": "0.10.2"
"version": "0.10.3"
}
],
"package": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "extension",
"name": "{{package_name}}",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"python",
"template"
Expand All @@ -10,7 +10,7 @@
{
"type": "system",
"name": "ten_runtime_python",
"version": "0.10.2"
"version": "0.10.3"
}
],
"package": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "extension",
"name": "default_extension_cpp",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"cpp",
"template"
Expand All @@ -10,7 +10,7 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
}
],
"package": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "extension",
"name": "{{package_name}}",
"version": "0.10.2",
"version": "0.10.3",
"tags": [
"cpp",
"template"
Expand All @@ -10,7 +10,7 @@
{
"type": "system",
"name": "ten_runtime",
"version": "0.10.2"
"version": "0.10.3"
}
],
"package": {
Expand Down
Loading
Loading