Skip to content

Commit 98b94cd

Browse files
committed
Bump version to 0.21.0
1 parent 1dce846 commit 98b94cd

File tree

17 files changed

+31
-31
lines changed

17 files changed

+31
-31
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ members = [
1212

1313
# Shared metadata for workspace members
1414
[workspace.package]
15-
version = "0.20.10"
15+
version = "0.21.0"
1616
edition = "2021" # From your original Cargo.toml
1717
license-file = "LICENSE"
1818

1919
# Centralized dependency definitions
2020
[workspace.dependencies]
2121
# Terminator Core library itself (for other members to depend on)
22-
terminator = { version = "0.20.10", path = "./crates/terminator", package = "terminator-rs" }
22+
terminator = { version = "0.21.0", path = "./crates/terminator", package = "terminator-rs" }
2323

2424
# Common dependencies from your original Cargo.toml
2525
serde = { version = "1.0.219", features = ["derive"] }

crates/terminator-mcp-agent/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"prepare": "chmod +x terminator-mcp-agent"
2222
},
23-
"version": "0.20.10"
23+
"version": "0.21.0"
2424
}

crates/terminator-mcp-agent/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"prepare": "chmod +x terminator-mcp-agent"
2222
},
23-
"version": "0.20.10"
23+
"version": "0.21.0"
2424
}

crates/terminator-mcp-agent/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"scripts": {
2121
"prepare": "chmod +x terminator-mcp-agent"
2222
},
23-
"version": "0.20.10"
23+
"version": "0.21.0"
2424
}

crates/terminator-mcp-agent/npm/win32-arm64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"type": "git",
1818
"url": "https://github.com/mediar-ai/terminator"
1919
},
20-
"version": "0.20.10"
20+
"version": "0.21.0"
2121
}

crates/terminator-mcp-agent/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"type": "git",
1818
"url": "https://github.com/mediar-ai/terminator"
1919
},
20-
"version": "0.20.10"
20+
"version": "0.21.0"
2121
}

crates/terminator-mcp-agent/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
],
1717
"name": "terminator-mcp-agent",
1818
"optionalDependencies": {
19-
"terminator-mcp-darwin-arm64": "0.20.10",
20-
"terminator-mcp-darwin-x64": "0.20.10",
21-
"terminator-mcp-linux-x64-gnu": "0.20.10",
22-
"terminator-mcp-win32-arm64-msvc": "0.20.10",
23-
"terminator-mcp-win32-x64-msvc": "0.20.10"
19+
"terminator-mcp-darwin-arm64": "0.21.0",
20+
"terminator-mcp-darwin-x64": "0.21.0",
21+
"terminator-mcp-linux-x64-gnu": "0.21.0",
22+
"terminator-mcp-win32-arm64-msvc": "0.21.0",
23+
"terminator-mcp-win32-x64-msvc": "0.21.0"
2424
},
2525
"repository": {
2626
"type": "git",
@@ -32,5 +32,5 @@
3232
"sync-version": "node ./utils/sync-version.js",
3333
"update-badges": "node ./utils/update-badges.js"
3434
},
35-
"version": "0.20.10"
35+
"version": "0.21.0"
3636
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"manifest_version": 3,
33
"name": "Terminator Bridge",
4-
"version": "0.20.10"
4+
"version": "0.21.0"
55
}

crates/terminator/browser-extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
"alarms",
3434
"storage"
3535
],
36-
"version": "0.20.10"
36+
"version": "0.21.0"
3737
}

0 commit comments

Comments
 (0)