Skip to content

Commit 9f44c2c

Browse files
ReasonKit Botclaude
andcommitted
chore(release): bump versions to 0.1.2
Publishing new versions to crates.io with latest fixes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 1068595 commit 9f44c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "reasonkit-core"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55
rust-version = "1.74"
66
authors = ["ReasonKit Team <[email protected]>"]
@@ -121,7 +121,7 @@ tantivy = { version = "0.22", optional = true }
121121

122122
# Memory Infrastructure (optional - provides storage, retrieval, embeddings)
123123
# Version required for crates.io publishing; path used for workspace development
124-
reasonkit-mem = { version = "0.1.1", optional = true }
124+
reasonkit-mem = { version = "0.1.2", optional = true }
125125

126126
# Async Runtime
127127
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)