Skip to content

Commit 06c5bc2

Browse files
am-kantoxwarp-agent
andcommitted
chore: bump version to 0.7.0
- Named process registry with register/whereis/unregister - Message scheduler with send_after/cancel_timer - GenServer spawn_named() for named registration - GenServer Debug impl for GenServerRef - Comprehensive examples for all new features Co-Authored-By: Warp <agent@warp.dev>
1 parent 832a5f9 commit 06c5bc2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -3,7 +3,7 @@ members = ["joerl", "joerl_macro"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.6.0"
6+
version = "0.7.0"
77
edition = "2024"
88
authors = ["Aleksei Matiushkin <am@ambment.cat>"]
99
license = "MIT"

joerl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async-trait = "0.1"
2020
dashmap = "6.1"
2121
parking_lot = "0.12"
2222
futures = "0.3"
23-
joerl_macro = { version = "0.6.0", path = "../joerl_macro" }
23+
joerl_macro = { version = "0.7.0", path = "../joerl_macro" }
2424
bincode = "1.3"
2525
serde = { version = "1.0", features = ["derive"] }
2626
once_cell = "1.20"

0 commit comments

Comments
 (0)