Skip to content

Commit a617532

Browse files
committed
chore: bump versions to 0.5.0 for release
1 parent 882b162 commit a617532

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "plasmate"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
description = "Agent-native headless browser engine with Semantic Object Model"
66
license = "Apache-2.0"

integrations/browser-use/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "plasmate-browser-use"
7-
version = "0.3.0"
7+
version = "0.5.0"
88
description = "Plasmate SOM integration for Browser Use - 10x fewer tokens for AI web agents"
99
readme = "README.md"
1010
license = "Apache-2.0"

integrations/langchain/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "langchain-plasmate"
7-
version = "0.1.0"
7+
version = "0.5.0"
88
description = "LangChain integration for Plasmate — agent-native headless browser with SOM output"
99
readme = "README.md"
1010
license = "MIT"

integrations/vercel-ai/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plasmate/ai",
3-
"version": "0.1.0",
3+
"version": "0.5.0",
44
"description": "Plasmate tools for the Vercel AI SDK",
55
"keywords": [
66
"plasmate",

website/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
</div>
665665
<div class="meta">
666666
<span><strong>License</strong> Apache-2.0</span>
667-
<span><strong>v0.4.0</strong></span>
667+
<span><strong>v0.5.0</strong></span>
668668
<span><strong>Rust</strong></span>
669669
</div>
670670
</header>
@@ -833,7 +833,7 @@ <h2 class="section-title">Serve SOM alongside HTML</h2>
833833
</div>
834834
</div>
835835

836-
<!-- v0.4.0 -->
836+
<!-- v0.5.0 -->
837837
<div class="panel" style="margin-top: 20px;">
838838
<div class="section-label">v0.4.0 - March 2026</div>
839839
<h2 class="section-title" style="font-size: 22px;">What's new</h2>

0 commit comments

Comments
 (0)