Skip to content

Commit 401361a

Browse files
committed
feat: bump lmm-agent: 0.0.1 → 0.0.2
Signed-off-by: wiseaidev <oss@wiseai.dev>
1 parent 6fd31b3 commit 401361a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

AGENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `lmm-agent` crate provides an equation-based, training-free autonomous agent
77
```toml
88
# Cargo.toml
99
[dependencies]
10-
lmm-agent = "0.0.1"
10+
lmm-agent = "0.0.2"
1111
```
1212

1313
Or as a feature of the root `lmm` crate:

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -38,7 +38,7 @@ syn = { version = "2.0.117", features = ["full"] }
3838
quote = "1.0.45"
3939
proc-macro2 = "1.0.106"
4040
lmm-derive = { version = "0.0.1", path = "./lmm-derive" }
41-
lmm-agent = { version = "0.0.1", path = "./lmm-agent" }
41+
lmm-agent = { version = "0.0.2", path = "./lmm-agent" }
4242
lmm = { version = "0.2.0", path = "./lmm" }
4343

4444
[profile.dev]

lmm-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 = "lmm-agent"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2024"
55
authors = ["Mahmoud Harmouch <oss@wiseai.dev>"]
66
license = "MIT"

lmm-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add this to your `Cargo.toml`:
2525

2626
```toml
2727
[dependencies]
28-
lmm-agent = "0.0.1"
28+
lmm-agent = "0.0.2"
2929
```
3030

3131
Or enable it as a feature from the root `lmm` workspace:

lmm-derive/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This crate is automatically pulled in when you use `lmm-agent`:
2626

2727
```toml
2828
[dependencies]
29-
lmm-agent = "0.0.1"
29+
lmm-agent = "0.0.2"
3030
```
3131

3232
If you need the macro standalone (unusual):

0 commit comments

Comments
 (0)