Skip to content

Commit 74c33a7

Browse files
Darth-Hidiousclaude
andcommitted
chore: bump version to v2.6.0
Rust agent loop, Python tools-only, llama.cpp default, custom tool plugins, license split (MIT tools / MARC27 everything else). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fc44ce6 commit 74c33a7

4 files changed

Lines changed: 19 additions & 19 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ members = [
2020
resolver = "2"
2121

2222
[workspace.package]
23-
version = "2.5.0"
23+
version = "2.6.0"
2424
edition = "2021"
2525
license = "LicenseRef-MARC27-Dual"
2626
authors = ["MARC27 <team@marc27.com>"]

crates/agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prism-agent"
3-
version = "2.5.0"
3+
version = "2.6.0"
44
edition = "2021"
55

66
[dependencies]

pyproject.toml

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

55
[project]
66
name = "prism-platform"
7-
version = "2.5.0"
7+
version = "2.6.0"
88
description = "AI-Native Autonomous Materials Discovery Platform"
99
readme = "README.md"
1010
authors = [{ name = "MARC27", email = "team@marc27.com" }]

0 commit comments

Comments
 (0)