Skip to content

Commit a6236ea

Browse files
committed
AgentFS 0.6.0-pre.3
1 parent a2d304b commit a6236ea

File tree

11 files changed

+100
-100
lines changed

11 files changed

+100
-100
lines changed

cli/Cargo.lock

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

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agentfs"
3-
version = "0.6.0-pre.2"
3+
version = "0.6.0-pre.3"
44
edition = "2021"
55
repository = "https://github.com/tursodatabase/agentfs"
66

sandbox/Cargo.lock

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

sandbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agentfs-sandbox"
3-
version = "0.6.0-pre.2"
3+
version = "0.6.0-pre.3"
44
edition = "2021"
55

66
[dependencies]

sdk/python/agentfs_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from .kvstore import KvStore
1010
from .toolcalls import ToolCall, ToolCalls, ToolCallStats
1111

12-
__version__ = "0.6.0-pre.2"
12+
__version__ = "0.6.0-pre.3"
1313

1414
__all__ = [
1515
"AgentFS",

0 commit comments

Comments
 (0)