Skip to content

Commit c80a931

Browse files
committed
Bump version 0.84.0
1 parent 374046a commit c80a931

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.84.0 [2026-05-xx]
1+
0.84.0 [2026-05-10]
22
-------------------
33

44
Numeric handling

data/rust/morloc-manifest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "morloc-manifest"
3-
version = "0.83.2"
3+
version = "0.84.0"
44
edition = "2021"
55
description = "Morloc manifest schema (v2): shared Rust types for the .manifest JSON blob produced by the morloc compiler and consumed by the nexus, runtime, and any future tooling."
66
# Version is intentionally synchronized with the morloc compiler version

data/rust/morloc-nexus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "morloc-nexus"
3-
version = "0.83.2"
3+
version = "0.84.0"
44
edition = "2021"
55
description = "Morloc nexus: CLI dispatcher for multi-language pool orchestration"
66
# Version is intentionally synchronized with the morloc compiler version

data/rust/morloc-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "morloc-runtime"
3-
version = "0.83.2"
3+
version = "0.84.0"
44
edition = "2021"
55
description = "Morloc runtime library: shared memory, serialization, IPC, packet protocol"
66
# Version is intentionally synchronized with the morloc compiler version

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: morloc
2-
version: 0.83.2
2+
version: 0.84.0
33
homepage: https://github.com/morloc-project/morloc
44
synopsis: A multi-lingual, typed, workflow language
55
description: |

0 commit comments

Comments
 (0)