Skip to content

Commit a27aae9

Browse files
mivertowskiclaude
andcommitted
chore: bump version to 0.1.1
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b1393ec commit a27aae9

2 files changed

Lines changed: 36 additions & 36 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ members = [
2222
]
2323

2424
[workspace.package]
25-
version = "0.1.0"
25+
version = "0.1.1"
2626
edition = "2024"
2727
rust-version = "1.85"
2828
authors = ["Michael Ivertowski"]
@@ -33,23 +33,23 @@ categories = ["science", "mathematics", "finance"]
3333

3434
[workspace.dependencies]
3535
# Internal crates (version required for crates.io publishing)
36-
rustkernel = { version = "0.1.0", path = "crates/rustkernel" }
37-
rustkernel-core = { version = "0.1.0", path = "crates/rustkernel-core" }
38-
rustkernel-derive = { version = "0.1.0", path = "crates/rustkernel-derive" }
39-
rustkernel-graph = { version = "0.1.0", path = "crates/rustkernel-graph" }
40-
rustkernel-ml = { version = "0.1.0", path = "crates/rustkernel-ml" }
41-
rustkernel-compliance = { version = "0.1.0", path = "crates/rustkernel-compliance" }
42-
rustkernel-temporal = { version = "0.1.0", path = "crates/rustkernel-temporal" }
43-
rustkernel-risk = { version = "0.1.0", path = "crates/rustkernel-risk" }
44-
rustkernel-banking = { version = "0.1.0", path = "crates/rustkernel-banking" }
45-
rustkernel-behavioral = { version = "0.1.0", path = "crates/rustkernel-behavioral" }
46-
rustkernel-orderbook = { version = "0.1.0", path = "crates/rustkernel-orderbook" }
47-
rustkernel-procint = { version = "0.1.0", path = "crates/rustkernel-procint" }
48-
rustkernel-clearing = { version = "0.1.0", path = "crates/rustkernel-clearing" }
49-
rustkernel-treasury = { version = "0.1.0", path = "crates/rustkernel-treasury" }
50-
rustkernel-accounting = { version = "0.1.0", path = "crates/rustkernel-accounting" }
51-
rustkernel-payments = { version = "0.1.0", path = "crates/rustkernel-payments" }
52-
rustkernel-audit = { version = "0.1.0", path = "crates/rustkernel-audit" }
36+
rustkernel = { version = "0.1.1", path = "crates/rustkernel" }
37+
rustkernel-core = { version = "0.1.1", path = "crates/rustkernel-core" }
38+
rustkernel-derive = { version = "0.1.1", path = "crates/rustkernel-derive" }
39+
rustkernel-graph = { version = "0.1.1", path = "crates/rustkernel-graph" }
40+
rustkernel-ml = { version = "0.1.1", path = "crates/rustkernel-ml" }
41+
rustkernel-compliance = { version = "0.1.1", path = "crates/rustkernel-compliance" }
42+
rustkernel-temporal = { version = "0.1.1", path = "crates/rustkernel-temporal" }
43+
rustkernel-risk = { version = "0.1.1", path = "crates/rustkernel-risk" }
44+
rustkernel-banking = { version = "0.1.1", path = "crates/rustkernel-banking" }
45+
rustkernel-behavioral = { version = "0.1.1", path = "crates/rustkernel-behavioral" }
46+
rustkernel-orderbook = { version = "0.1.1", path = "crates/rustkernel-orderbook" }
47+
rustkernel-procint = { version = "0.1.1", path = "crates/rustkernel-procint" }
48+
rustkernel-clearing = { version = "0.1.1", path = "crates/rustkernel-clearing" }
49+
rustkernel-treasury = { version = "0.1.1", path = "crates/rustkernel-treasury" }
50+
rustkernel-accounting = { version = "0.1.1", path = "crates/rustkernel-accounting" }
51+
rustkernel-payments = { version = "0.1.1", path = "crates/rustkernel-payments" }
52+
rustkernel-audit = { version = "0.1.1", path = "crates/rustkernel-audit" }
5353

5454
# RustCompute / RingKernel dependencies (from crates.io)
5555
ringkernel = "0.2.0"

0 commit comments

Comments
 (0)