Skip to content

Commit 0950cfd

Browse files
cognectclaude
andcommitted
chore(release): v0.2.6
Patch bump after the watch_generation flake fix in 4129e07. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 4129e07 commit 0950cfd

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "0.2.5"
15+
version = "0.2.6"
1616
edition = "2021"
1717
rust-version = "1.78"
1818
license = "Apache-2.0"

ai-skills/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rakka-accel-ai-skills",
3-
"version": "0.2.5",
3+
"version": "0.2.6",
44
"description": "Skills for AI coding assistants working on projects that depend on rakka-accel.",
55
"homepage": "https://github.com/rustakka/rakka-accel",
66
"skills_dir": "skills"

crates/rakka-accel-py/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ full-cuda = ["rakka-accel-cuda/full-cuda"]
3535
[dependencies]
3636
rakka-core = { workspace = true }
3737
rakka-config = { workspace = true }
38-
rakka-accel-cuda = { path = "../rakka-accel-cuda", version = "0.2.5" }
38+
rakka-accel-cuda = { path = "../rakka-accel-cuda", version = "0.2.6" }
3939

4040
pyo3 = { workspace = true, features = ["abi3-py310", "macros"] }
4141
pyo3-async-runtimes = { workspace = true }

0 commit comments

Comments
 (0)