Skip to content

Commit d7f0796

Browse files
committed
Pre-release v0.79.2
1 parent cffa34a commit d7f0796

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.79.2 [2026.04-18]
2+
-------------------
3+
* bug fixes
4+
15
0.79.1 [2026.04-18]
26
-------------------
37
* bug fixes

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.79.1"
3+
version = "0.79.2"
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.79.1"
3+
version = "0.79.2"
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.79.1"
3+
version = "0.79.2"
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.79.1
2+
version: 0.79.2
33
homepage: https://github.com/morloc-project/morloc
44
synopsis: A multi-lingual, typed, workflow language
55
description: |

0 commit comments

Comments
 (0)